mirror of https://gitee.com/bigwinds/arangodb
added startDocuBlock
This commit is contained in:
parent
09ed59ca51
commit
640bf2107c
|
@ -238,7 +238,7 @@ sub formatFile ($$$) {
|
|||
|
||||
if ($line =~ /^\/\/ outline-regexp:/) {
|
||||
if ($isJavaScript == 1) {
|
||||
$line = '// outline-regexp: "/// @brief\\\\|/// @addtogroup\\\\|/// @page\\\\|// --SECTION--\\\\|/// @\\\\}\\\\|/\\\\*jslint"';
|
||||
$line = '// outline-regexp: "/// @brief\\\\|/// @addtogroup\\\\|/// @page\\\\|/// @startDocuBlock\\\\|// --SECTION--\\\\|/// @\\\\}\\\\|/\\\\*jslint"';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue