diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2013-05-31 20:12:30 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2013-06-15 08:47:58 (GMT) |
commit | bd76ec600742936e6373ccbcdfc19966b44cb3ec (patch) | |
tree | 54abe9cfcb619e333e71cc2e9571eea244908150 /src/definition.cpp | |
parent | 438375840da2b1ea19126f8d4b53f0bc71c62a68 (diff) | |
download | Doxygen-bd76ec600742936e6373ccbcdfc19966b44cb3ec.zip Doxygen-bd76ec600742936e6373ccbcdfc19966b44cb3ec.tar.gz Doxygen-bd76ec600742936e6373ccbcdfc19966b44cb3ec.tar.bz2 |
Bug 701314 - URLs are not created on C# classes in some cases
Diffstat (limited to 'src/definition.cpp')
-rw-r--r-- | src/definition.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/definition.cpp b/src/definition.cpp index fe1afb7..5cde4ce 100644 --- a/src/definition.cpp +++ b/src/definition.cpp @@ -1044,6 +1044,7 @@ void Definition::writeInlineCode(OutputList &ol,const char *scopeName) pIntf->parseCode(ol, // codeOutIntf scopeName, // scope codeFragment, // input + m_impl->lang, // lang FALSE, // isExample 0, // exampleName m_impl->body->fileDef, // fileDef |