Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-fcl
Commits
85f66cdf
Commit
85f66cdf
authored
Apr 20, 2020
by
Joseph Mirabel
Browse files
This error when generating documentation of XML doc.
parent
4181161c
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/python/doxygen_xml_parser.py
View file @
85f66cdf
...
...
@@ -417,6 +417,9 @@ class ClassCompound (CompoundBase):
return
include
=
self
.
definition
.
find
(
'includes'
)
if
include
is
None
:
output
.
err
(
"Does not know where to write doc of"
,
self
.
name
)
return
output
.
open
(
include
.
text
)
output
.
out
(
template_include_extern
.
format
(
filename
=
include
.
text
))
output
.
out
(
template_open_namespace
.
format
(
namespace
=
"doxygen"
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment