Commit 76e1abfa authored by Dimitri van Heesch's avatar Dimitri van Heesch

Bug 703112 - Backward documentation comments are not allowed in Fortran type-bound procedures

parent 04d161e3
...@@ -1031,7 +1031,7 @@ private { ...@@ -1031,7 +1031,7 @@ private {
/*---- documentation comments --------------------------------------------------------------------*/ /*---- documentation comments --------------------------------------------------------------------*/
<Variable,SubprogBody,ModuleBody,TypedefBody>"!<" { /* backward docu comment */ <Variable,SubprogBody,ModuleBody,TypedefBody,TypedefBodyContains>"!<" { /* backward docu comment */
if (v_type != V_IGNORE) { if (v_type != V_IGNORE) {
current->docLine = yyLineNr; current->docLine = yyLineNr;
docBlockJavaStyle = FALSE; docBlockJavaStyle = FALSE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment