Commit 238b7332 authored by Chris Hansen's avatar Chris Hansen

Remove filtering rule when generating FORTRAN module links

parent 7ace28eb
...@@ -601,7 +601,7 @@ static void generateLink(CodeOutputInterface &ol, char *lname) ...@@ -601,7 +601,7 @@ static void generateLink(CodeOutputInterface &ol, char *lname)
} }
} }
// check for module // check for module
else if ( (getFortranNamespaceDefs(tmp, nsd)) && nsd->isLinkable() && currentClass!="class" ) else if ( (getFortranNamespaceDefs(tmp, nsd)) && nsd->isLinkable() )
{ // write module link { // write module link
writeMultiLineCodeLink(ol,nsd,tmp); writeMultiLineCodeLink(ol,nsd,tmp);
addToSearchIndex(tmp.data()); addToSearchIndex(tmp.data());
......
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