mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 07:33:46 +01:00
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:
parent
00aa94e4bc
commit
0cadfe304f
1
DOCS/tech/.cvsignore
Normal file
1
DOCS/tech/.cvsignore
Normal file
@ -0,0 +1 @@
|
||||
doxygen
|
1142
DOCS/tech/Doxyfile
Normal file
1142
DOCS/tech/Doxyfile
Normal file
File diff suppressed because it is too large
Load Diff
8
Makefile
8
Makefile
@ -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),)
|
||||
|
@ -22,7 +22,7 @@
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
|
||||
*/
|
||||
|
||||
/**
|
||||
/*
|
||||
* \mainpage libdvdcss developer documentation
|
||||
*
|
||||
* \section intro Introduction
|
||||
|
Loading…
Reference in New Issue
Block a user