You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct, right now the schema for the XML produced by codedoc supports namespaces but the code parser currently does not... Tracking for a future update...
- codedoc.c: Prefix all type/function/variable names with namespace, if used.
- codedoc.xsd: Drop old namespaceType since it was never used and doesn't fit
well with how the documentation is generated anyways.
- testfiles/namespace.cxx: Add implementations of class/struct functions.
- *: bump version and changelog.
Hi,
I observed this code do not generate any documentation:
but this one does:
I think codedoc do not handle C++ namespace properly.
The text was updated successfully, but these errors were encountered: