瀏覽代碼

Documentation update (again)

Yann Weber 9 年之前
父節點
當前提交
2234c0f451
共有 3 個檔案被更改,包括 10 行新增4 行删除
  1. 1
    1
      Doxyfile
  2. 9
    3
      Makefile
  3. 二進制
      doc/img/openedition_logo.png

+ 1
- 1
Doxyfile 查看文件

@@ -51,7 +51,7 @@ PROJECT_BRIEF          = "Logiciel d'edition electronique v2"
51 51
 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
52 52
 # to the output directory.
53 53
 
54
-PROJECT_LOGO           = 
54
+PROJECT_LOGO           = "doc/img/openedition_logo.png"
55 55
 
56 56
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
57 57
 # into which the generated documentation will be written. If a relative path is

+ 9
- 3
Makefile 查看文件

@@ -13,19 +13,22 @@ pip: cleanpycache
13 13
 #
14 14
 graphviz_images_path = doc/img/graphviz
15 15
 
16
-doc: cleandoc docimages
16
+doc: cleandoc docimages refreshdyn
17 17
 	doxygen
18 18
 
19 19
 # Generating graphviz images
20 20
 docimages:
21 21
 	cd $(graphviz_images_path); make
22 22
 
23
+refreshdyn:
24
+	python refreshdyn.py &>/dev/null
25
+
23 26
 #
24 27
 # Cleaning rules
25 28
 #
26
-.PHONY: check doc clean cleanpyc cleandoc cleanpycache
29
+.PHONY: check doc clean cleanpyc cleandoc cleanpycache cleandyn cleandocimages
27 30
 
28
-clean: cleanpyc cleandoc cleanpycache cleandocimages
31
+clean: cleanpyc cleandoc cleanpycache cleandocimages cleandyn
29 32
 
30 33
 # Documentation cleaning
31 34
 cleandoc:
@@ -40,3 +43,6 @@ cleanpyc:
40 43
 cleanpycache: cleanpyc
41 44
 	-find ./ -type d |grep '__pycache__' | xargs rmdir -fv 2>/dev/null
42 45
 
46
+cleandyn:
47
+	-rm leapi/dyn.py
48
+

二進制
doc/img/openedition_logo.png 查看文件


Loading…
取消
儲存