<div dir="ltr">I had a similar problem a while back.<div><br><div>Try adding <span style="color:rgb(0,0,0);font-family:monospace;font-size:13.3333px;font-weight:bold;line-height:22.6667px">EXTENSION_MAPPING=no_extension=C++ </span><span style="color:rgb(0,0,0);font-size:13.3333px;line-height:22.6667px"><font face="arial, helvetica, sans-serif">into the doxygen config.</font></span></div><div><font face="arial, helvetica, sans-serif" style=""><font color="#000000"><span style="font-size:13.3333px;line-height:22.6667px"><a href="https://www.stack.nl/~dimitri/doxygen/manual/config.html#cfg_extension_mapping">https://www.stack.nl/~dimitri/doxygen/manual/config.html#cfg_extension_mapping</a></span></font><br></font></div><div><span style="color:rgb(0,0,0);font-size:13.3333px;line-height:22.6667px"><font face="arial, helvetica, sans-serif"><br></font></span></div><div><font color="#000000" face="arial, helvetica, sans-serif"><span style="font-size:13.3333px;line-height:22.6667px">It looks like the doxygen config was created for a rather old version, that defaults files with no extension to c++. This is no longer the case, and doxygen is only run over the headers (which have no extension).</span></font></div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 9 December 2015 at 18:37, Eric Gregory <span dir="ltr"><<a href="mailto:ericg@seriforge.com" target="_blank">ericg@seriforge.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi All,<br>
<br>
New to this list, so forgive me if this has been addressed, but I can't<br>
find any other posts about this issue.<br>
<br>
We're unable to build the OSG documentation.  The SDK (bins/includes/libs)<br>
builds and installs just fine, and we're successfully building apps with<br>
the results.  The problem is only with the docs.<br>
<br>
doxygen and graphvis seem to be working just fine.  They do run to<br>
completion and do produce html files.  There are a few warnings though.<br>
Here is the output:<br>
---<br>
% make doc_openscenegraph<br>
Warning: doxygen no longer ships with the FreeSans font.<br>
You may want to clear or change DOT_FONTNAME.<br>
Otherwise you run the risk that the wrong font is being used for dot<br>
generated graphs.<br>
/src/OpenSceneGraph/OpenSceneGraph-3.4.0/include/osg/Program:474: warning:<br>
Reached end of file while still inside a (nested) comment. Nesting level 2<br>
(probable line reference: 179, 179)<br>
/src/OpenSceneGraph/OpenSceneGraph-3.4.0/include/osg/Shader:363: warning:<br>
Reached end of file while still inside a (nested) comment. Nesting level 2<br>
(probable line reference: 52, 52)<br>
/src/OpenSceneGraph/OpenSceneGraph-3.4.0/include/osgViewer/View:343:<br>
warning: Reached end of file while still inside a (nested) comment.<br>
Nesting level 2 (probable line reference: 137, 137)<br>
Built target doc_openscenegraph<br>
---<br>
<br>
The problem is the resulting pages only contain a listing of "Files" but<br>
no classes or functions.    The "Main Page" only contains a single "Files"<br>
tab, but none of the other tabs ("Namespaces", "Classes", etc.).  See<br>
attached screenshot.<br>
<br>
I'm using latest versions of CMake/doxygen/grpahivs.<br>
<br>
The results are the same under both Windows 7 w/ VisualStudio 2013 and<br>
debian linux w/ gcc 4.9.2.<br>
<br>
Also getting the same results whether I invoke the doc build through the<br>
build system (devenv or make), or directly via doxygen on the command<br>
line.<br>
<br>
Any tips?<br>
<br>
Alternatively, I would be just as happy with a downloadable archive of the<br>
docs that I can install locally, but cannot find any pre-built docs.<br>
<br>
Thank you,<br>
Eric<br>
<br>_______________________________________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">--------------------<br>Gareth Francis<br><a href="http://www.gfrancisdev.co.uk" target="_blank">www.gfrancisdev.co.uk</a><br></div>
</div>