1
0
Fork 0

added startDocuBlock

This commit is contained in:
Frank Celler 2015-01-17 23:18:25 +01:00 committed by Michael Hackstein
parent 09ed59ca51
commit 640bf2107c
1 changed files with 1 additions and 1 deletions

View File

@ -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"';
}
}