notes_doxy_config.txt 2023-02-14

Built with:

doxygen-1.9.6-setup.exe
graphviz-2.38.msi (newer versions did not work)

Customize index.html by editing:

./sdk/src/mainpage.dox


---
TIP: To get a nice NPsg data structure graph...

search code project for '//zz-doxy comment out' (and apply it)

---
/// @cond HIDE_FROM_DOXYGEN
void npPostMsg( const char* message, int msgType, pNPsg sgRef );
int npErrType( int errNum, const char* desc, int errType );
/// @endcond