# HG changeset patch # User etisserant # Date 1181121494 -7200 # Node ID 945b5eacc7333f99f31680925fe810bf9b4db2b9 # Parent 2a4c2ca03555913a309263ddb1a4e2abbc2a5be3 Some fixes in dox. diff -r 2a4c2ca03555 -r 945b5eacc733 doc/doxygen/Doxyfile --- a/doc/doxygen/Doxyfile Wed Jun 06 09:11:29 2007 +0200 +++ b/doc/doxygen/Doxyfile Wed Jun 06 11:18:14 2007 +0200 @@ -15,7 +15,7 @@ ALWAYS_DETAILED_SEC = NO INLINE_INHERITED_MEMB = NO FULL_PATH_NAMES = YES -STRIP_FROM_PATH = . +STRIP_FROM_PATH = ../../ STRIP_FROM_INC_PATH = SHORT_NAMES = NO JAVADOC_AUTOBRIEF = NO @@ -57,7 +57,7 @@ ENABLED_SECTIONS = MAX_INITIALIZER_LINES = 30 SHOW_USED_FILES = YES -SHOW_DIRECTORIES = NO +SHOW_DIRECTORIES = YES FILE_VERSION_FILTER = #--------------------------------------------------------------------------- # configuration options related to warning and progress messages @@ -72,7 +72,10 @@ #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = ./../../src +INPUT = ../../src ../../drivers/can_lincan ../../drivers/can_peak_linux ../../drivers/can_peak_win32 ../../drivers/can_socket ../../drivers/can_uvccm_win32 ../../drivers/can_virtual ../../drivers/hcs12 ../../drivers/timers_unix ../../drivers/timers_xeno ../../drivers/unix ../../drivers/win32 ../../examples/gene_SYNC_HCS12 ../../examples/TestMasterSlave ../../examples/TestMasterMicroMod ../../examples/win32test ../../include + + + FILE_PATTERNS = *.c *.cc *.cxx *.cpp *.c++ *.d *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py *.C *.CC *.C++ *.II *.I++ *.H *.HH *.H++ *.CS *.PHP *.PHP3 *.M *.MM *.PY RECURSIVE = YES EXCLUDE = diff -r 2a4c2ca03555 -r 945b5eacc733 doc/doxygen/Makefile --- a/doc/doxygen/Makefile Wed Jun 06 09:11:29 2007 +0200 +++ b/doc/doxygen/Makefile Wed Jun 06 11:18:14 2007 +0200 @@ -20,10 +20,14 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # +all: documentation -documentation: +clean: + rm -rf html + + +documentation: clean echo "Doxygen generation!!" - rm -rf html doxygen Doxyfile - firefox html/index.html& + #firefox html/index.html& diff -r 2a4c2ca03555 -r 945b5eacc733 doc/manual/Makefile --- a/doc/manual/Makefile Wed Jun 06 09:11:29 2007 +0200 +++ b/doc/manual/Makefile Wed Jun 06 11:18:14 2007 +0200 @@ -21,14 +21,18 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # +all: manual -manual: +clean: + cd en && \ + rm -f manual.aux manual.log manual.out manual.toc manual.pdf && \ + rm -rf html && \ + mkdir html + +manual: clean cd en && \ pdflatex manual.tex && \ pdflatex manual.tex && \ cp manual.pdf ../../../objdictgen/doc/manual_en.pdf && \ - rm manual.aux manual.log manual.out manual.toc && \ - rm -rf html && \ - mkdir html && \ latex2html -dir html manual.tex && \ xpdf manual.pdf diff -r 2a4c2ca03555 -r 945b5eacc733 src/dcf.c --- a/src/dcf.c Wed Jun 06 09:11:29 2007 +0200 +++ b/src/dcf.c Wed Jun 06 11:18:14 2007 +0200 @@ -37,20 +37,6 @@ #include "dcf.h" #include "sysdep.h" - -/** -** -** -** @param d fuck fuck fuck -** @param nodeId -** @param index -** @param subIndex -** @param count -** @param dataType -** @param data -** @param Callback -** @param endianize -*/ extern UNS8 _writeNetworkDict (CO_Data* d, UNS8 nodeId, UNS16 index, UNS8 subIndex, UNS8 count, UNS8 dataType, void *data, SDOCallback_t Callback, UNS8 endianize);