Doxygen source rename

Source/DoxygenTranslator/src directory is renamed Source/Doxygen
Renamed files in this directory to short names using lowercase as is the
convention for the rest of the SWIG source.
C++ extension is also .cxx like other SWIG source code.

I used doxy as the prefix for most file renames because without this
Doxygen/parser.* would be easily confused with CParse/parser.* so
Doxygen/doxyparser.* is renamed from DoxygenTranslator/src/DoxygenParser.*
This commit is contained in:
William S Fulton 2018-05-26 12:52:52 +01:00
commit ac85784a76
16 changed files with 43 additions and 43 deletions

View file

@ -17,7 +17,7 @@
#include <ctype.h>
#include <errno.h>
#include <stdlib.h>
#include "../DoxygenTranslator/src/PyDocConverter.h"
#include "../Doxygen/pydoc.h"
#include <iostream>
#include <stdint.h>