Adding doxygen stuff.

From now on every function has to be documented.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13098 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
attila 2004-08-23 00:25:19 +00:00
parent 00aa94e4bc
commit 0cadfe304f
4 changed files with 1151 additions and 2 deletions

1
DOCS/tech/.cvsignore Normal file
View File

@ -0,0 +1 @@
doxygen

1142
DOCS/tech/Doxyfile Normal file

File diff suppressed because it is too large Load Diff

View File

@ -304,7 +304,7 @@ uninstall:
clean:
-rm -f *.o *~ $(OBJS) codecs.conf.h
distclean:
distclean: doxygen_clean
-rm -f *~ $(PRG) $(PRG_MENCODER) $(PRG_CFG) $(OBJS)
-rm -f *.o *.a .depend configure.log codecs.conf.h
@for a in $(PARTS); do $(MAKE) -C $$a distclean; done
@ -338,6 +338,12 @@ ifeq ($(wildcard .developer),)
endif
$(MAKE) depend
doxygen:
doxygen DOCS/tech/Doxyfile
doxygen_clean:
-rm -rf DOCS/tech/doxygen
# rebuild at every CVS update or config/makefile change:
ifeq ($(wildcard .developer),)
ifneq ($(wildcard CVS/Entries),)

View File

@ -22,7 +22,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*/
/**
/*
* \mainpage libdvdcss developer documentation
*
* \section intro Introduction