|
@@ -765,8 +765,8 @@ WARN_LOGFILE =
|
765
|
765
|
# Note: If this tag is empty the current directory is searched.
|
766
|
766
|
|
767
|
767
|
INPUT = @CMAKE_CURRENT_SOURCE_DIR@/src/upm.h \
|
768
|
|
- @CMAKE_BUILD_DIR@/src/ \
|
769
|
|
- @CMAKE_CURRENT_SOURCE_DIR@/docs/ \
|
|
768
|
+ @CMAKE_BINARY_DIR@/src \
|
|
769
|
+ @CMAKE_CURRENT_SOURCE_DIR@/docs \
|
770
|
770
|
@CMAKE_CURRENT_SOURCE_DIR@/doxy/README.java.md
|
771
|
771
|
|
772
|
772
|
# This tag can be used to specify the character encoding of the source files
|
|
@@ -787,48 +787,8 @@ INPUT_ENCODING = UTF-8
|
787
|
787
|
# *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
|
788
|
788
|
# *.qsf, *.as and *.js.
|
789
|
789
|
|
790
|
|
-FILE_PATTERNS = *.c \
|
791
|
|
- *.cc \
|
792
|
|
- *.cxx \
|
793
|
|
- *.cpp \
|
794
|
|
- *.c++ \
|
795
|
|
- *.java \
|
796
|
|
- *.ii \
|
797
|
|
- *.ixx \
|
798
|
|
- *.ipp \
|
799
|
|
- *.i++ \
|
800
|
|
- *.inl \
|
801
|
|
- *.idl \
|
802
|
|
- *.ddl \
|
803
|
|
- *.odl \
|
804
|
|
- *.h \
|
805
|
|
- *.hh \
|
806
|
|
- *.hxx \
|
807
|
|
- *.hpp \
|
808
|
|
- *.h++ \
|
809
|
|
- *.cs \
|
810
|
|
- *.d \
|
811
|
|
- *.php \
|
812
|
|
- *.php4 \
|
813
|
|
- *.php5 \
|
814
|
|
- *.phtml \
|
815
|
|
- *.inc \
|
816
|
|
- *.m \
|
817
|
|
- *.markdown \
|
818
|
|
- *.md \
|
819
|
|
- *.mm \
|
820
|
|
- *.dox \
|
821
|
|
- *.py \
|
822
|
|
- *.f90 \
|
823
|
|
- *.f \
|
824
|
|
- *.for \
|
825
|
|
- *.tcl \
|
826
|
|
- *.vhd \
|
827
|
|
- *.vhdl \
|
828
|
|
- *.ucf \
|
829
|
|
- *.qsf \
|
830
|
|
- *.as \
|
831
|
|
- *.js
|
|
790
|
+FILE_PATTERNS = *.java \
|
|
791
|
+ *.md
|
832
|
792
|
|
833
|
793
|
# The RECURSIVE tag can be used to specify whether or not subdirectories should
|
834
|
794
|
# be searched for input files as well.
|
|
@@ -885,7 +845,9 @@ EXAMPLE_PATH = @CMAKE_CURRENT_SOURCE_DIR@/examples/java/ \
|
885
|
845
|
# *.h) to filter out the source-files in the directories. If left blank all
|
886
|
846
|
# files are included.
|
887
|
847
|
|
888
|
|
-EXAMPLE_PATTERNS = *.java *.cxx
|
|
848
|
+EXAMPLE_PATTERNS = *.cxx \
|
|
849
|
+ *.java \
|
|
850
|
+ *.md
|
889
|
851
|
|
890
|
852
|
# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
|
891
|
853
|
# searched for input files to be used with the \include or \dontinclude commands
|