* doc/Doxyfile.in: Fix include path in documentation.
* doc/doc.bib: Add new references.
---
ChangeLog | 8 ++++++++
doc/Doxyfile.in | 2 +-
doc/doc.bib | 29 +++++++++++++++++++++++++++++
3 files changed, 38 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 0754452..f765d56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-03-20 Guillaume Lazzara <z(a)lrde.epita.fr>
+
+ Improve common documentation.
+
+ * doc/Doxyfile.in: Fix include path in documentation.
+
+ * doc/doc.bib: Add new references.
+
2013-03-13 Guillaume Lazzara <z(a)lrde.epita.fr>
Remove references to external directory.
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 9e10f56..2e7c939 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -34,7 +34,7 @@ ALWAYS_DETAILED_SEC = YES
INLINE_INHERITED_MEMB = YES
FULL_PATH_NAMES = NO
STRIP_FROM_PATH = @top_srcdir@
-STRIP_FROM_INC_PATH =
+STRIP_FROM_INC_PATH = @top_srcdir@
SHORT_NAMES = NO
JAVADOC_AUTOBRIEF = YES
MULTILINE_CPP_IS_BRIEF = NO
diff --git a/doc/doc.bib b/doc/doc.bib
index 46208e5..46280bd 100644
--- a/doc/doc.bib
+++ b/doc/doc.bib
@@ -35,4 +35,33 @@
year = {2008},
address = {San Jose, CA},
month = {Jan}
+}
+
+@inproceedings{meunier2005icdar,
+ title={Optimized {XY-Cut} for determining a page reading order},
+ author={J.-L. Meunier},
+ booktitle={Proceedings of International Conference on Document Analysis and
Recognition},
+ pages={347--351},
+ year={2005},
+ organization={IEEE}
+}
+
+@article{nagy1992computer,
+ title={A prototype document image analysis system for technical journals},
+ author={George Nagy and Sharad Seth and Mahesh Viswanathan},
+ journal={Computer},
+ volume={25},
+ number={7},
+ pages={10--22},
+ year={1992},
+ publisher={IEEE}
+}
+
+@inproceedings{kruatrachue2005waset,
+ title={Fast Document Segmentation Using Contour and {XY-Cut} Technique},
+ author={Boontee Kruatrachue and Narongchai Moongfangklang and Kritawan Siriboon},
+ booktitle={Proceedings of World Academy of Science, Engineering and Technology},
+ volume={5},
+ pages={27--29},
+ year={2005}
}
\ No newline at end of file
--
1.7.2.5
Show replies by date