summaryrefslogtreecommitdiffstats
path: root/src/fortranscanner.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-12-20 13:18:04 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-12-20 13:18:04 (GMT)
commitd652c8c869b12c6d02dff7081992dc3837921373 (patch)
treeb09f51cb3d4f3a0746fce87252bf3b063cbfe73d /src/fortranscanner.l
parent553a7bf7e1b7be2f602e0230ddfc7f882b009cf8 (diff)
parent238b73322f87614f5753dc0fa6df6c450f81be5e (diff)
downloadDoxygen-d652c8c869b12c6d02dff7081992dc3837921373.zip
Doxygen-d652c8c869b12c6d02dff7081992dc3837921373.tar.gz
Doxygen-d652c8c869b12c6d02dff7081992dc3837921373.tar.bz2
Merge pull request #247 from hansec/FORTRAN_moduleNS
Convert FORTRAN modules to namespaces
Diffstat (limited to 'src/fortranscanner.l')
-rw-r--r--src/fortranscanner.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fortranscanner.l b/src/fortranscanner.l
index 835e07d..4875606 100644
--- a/src/fortranscanner.l
+++ b/src/fortranscanner.l
@@ -2043,7 +2043,7 @@ static void addModule(const char *name, bool isModule)
DBG_CTX((stderr, "0=========> got module %s\n", name));
if (isModule)
- current->section = Entry::CLASS_SEC;
+ current->section = Entry::NAMESPACE_SEC;
else
current->section = Entry::FUNCTION_SEC;