4119: Clear \file command arguments in Scribo.

* all.hh, * binarization/simple.hh, * core/all.hh, * core/central_sites.hh, * core/erase_objects.hh, * core/object_image.hh, * debug/all.hh, * debug/save_label_image.hh, * debug/save_linked_bboxes_image.hh, * debug/save_table_image.hh, * draw/all.hh, * draw/bounding_box_links.hh, * draw/bounding_boxes.hh, * extract/lines_discontinued.hh, * extract/primitive/canvas.hh, * extract/primitive/cells.hh, * extract/primitive/lines_discontinued.hh, * extract/primitive/lines_h_discontinued.hh, * extract/primitive/lines_h_thick.hh, * extract/primitive/lines_thick.hh, * extract/primitive/lines_v_discontinued.hh, * extract/primitive/lines_v_thick.hh, * extract/primitive/objects.hh, * filter/all.hh, * filter/large_objects.hh, * filter/small_objects.hh, * filter/thick_objects.hh, * filter/thin_objects.hh, * make/all.hh, * make/debug_filename.hh, * make/influence_zone_graph.hh, * make/text.hh, * preprocessing/all.hh, * preprocessing/unskew.hh, * table/align_lines_horizontaly.hh, * table/align_lines_verticaly.hh, * table/all.hh, * table/connect_horizontal_lines.hh, * table/connect_vertical_lines.hh, * table/erase.hh, * table/extract.hh, * table/internal/align_lines.hh, * table/internal/all.hh, * table/internal/connect_lines.hh, * table/internal/repair_lines.hh, * table/rebuild.hh, * table/repair_horizontal_lines.hh, * table/repair_vertical_lines.hh, * text/all.hh, * text/clean.hh, * text/extract_lines.hh, * text/grouping/all.hh, * text/grouping/group_from_double_link.hh, * text/grouping/group_from_graph.hh, * text/grouping/group_from_single_link.hh, * text/grouping/group_with_graph.hh, * text/grouping/group_with_several_left_links.hh, * text/grouping/group_with_several_right_links.hh, * text/grouping/group_with_single_left_link.hh, * text/grouping/group_with_single_right_link.hh, * text/grouping/internal/all.hh, * text/grouping/internal/find_graph_link.hh, * text/grouping/internal/find_left_link.hh, * text/grouping/internal/find_right_link.hh, * text/grouping/internal/find_root.hh, * text/grouping/internal/init_link_array.hh, * text/grouping/internal/is_link_valid.hh, * text/grouping/internal/update_graph_link.hh, * text/grouping/internal/update_link_array.hh, * text/recognition.hh, * util/all.hh, * util/text.hh: do not pass argument to \file command in documentation. --- scribo/ChangeLog | 78 ++++++++++++++++++++ scribo/all.hh | 2 +- scribo/binarization/simple.hh | 2 +- scribo/core/all.hh | 2 +- scribo/core/central_sites.hh | 2 +- scribo/core/erase_objects.hh | 2 +- scribo/core/object_image.hh | 2 +- scribo/debug/all.hh | 2 +- scribo/debug/save_label_image.hh | 2 +- scribo/debug/save_linked_bboxes_image.hh | 2 +- scribo/debug/save_table_image.hh | 2 +- scribo/draw/all.hh | 2 +- scribo/draw/bounding_box_links.hh | 2 +- scribo/draw/bounding_boxes.hh | 2 +- scribo/extract/lines_discontinued.hh | 2 +- scribo/extract/primitive/canvas.hh | 2 +- scribo/extract/primitive/cells.hh | 2 +- scribo/extract/primitive/lines_discontinued.hh | 2 +- scribo/extract/primitive/lines_h_discontinued.hh | 2 +- scribo/extract/primitive/lines_h_thick.hh | 2 +- scribo/extract/primitive/lines_thick.hh | 2 +- scribo/extract/primitive/lines_v_discontinued.hh | 2 +- scribo/extract/primitive/lines_v_thick.hh | 2 +- scribo/extract/primitive/objects.hh | 2 +- scribo/filter/all.hh | 2 +- scribo/filter/large_objects.hh | 2 +- scribo/filter/small_objects.hh | 2 +- scribo/filter/thick_objects.hh | 2 +- scribo/filter/thin_objects.hh | 2 +- scribo/make/all.hh | 2 +- scribo/make/debug_filename.hh | 2 +- scribo/make/influence_zone_graph.hh | 2 +- scribo/make/text.hh | 2 +- scribo/preprocessing/all.hh | 2 +- scribo/preprocessing/unskew.hh | 2 +- scribo/table/align_lines_horizontaly.hh | 2 +- scribo/table/align_lines_verticaly.hh | 2 +- scribo/table/all.hh | 2 +- scribo/table/connect_horizontal_lines.hh | 2 +- scribo/table/connect_vertical_lines.hh | 2 +- scribo/table/erase.hh | 2 +- scribo/table/extract.hh | 2 +- scribo/table/internal/align_lines.hh | 2 +- scribo/table/internal/all.hh | 2 +- scribo/table/internal/connect_lines.hh | 2 +- scribo/table/internal/repair_lines.hh | 2 +- scribo/table/rebuild.hh | 2 +- scribo/table/repair_horizontal_lines.hh | 2 +- scribo/table/repair_vertical_lines.hh | 2 +- scribo/text/all.hh | 2 +- scribo/text/clean.hh | 2 +- scribo/text/extract_lines.hh | 2 +- scribo/text/grouping/all.hh | 2 +- scribo/text/grouping/group_from_double_link.hh | 2 +- scribo/text/grouping/group_from_graph.hh | 2 +- scribo/text/grouping/group_from_single_link.hh | 2 +- scribo/text/grouping/group_with_graph.hh | 2 +- .../text/grouping/group_with_several_left_links.hh | 2 +- .../grouping/group_with_several_right_links.hh | 2 +- .../text/grouping/group_with_single_left_link.hh | 2 +- .../text/grouping/group_with_single_right_link.hh | 2 +- scribo/text/grouping/internal/all.hh | 2 +- scribo/text/grouping/internal/find_graph_link.hh | 2 +- scribo/text/grouping/internal/find_left_link.hh | 2 +- scribo/text/grouping/internal/find_right_link.hh | 2 +- scribo/text/grouping/internal/find_root.hh | 2 +- scribo/text/grouping/internal/init_link_array.hh | 2 +- scribo/text/grouping/internal/is_link_valid.hh | 2 +- scribo/text/grouping/internal/update_graph_link.hh | 2 +- scribo/text/grouping/internal/update_link_array.hh | 2 +- scribo/text/recognition.hh | 2 +- scribo/util/all.hh | 2 +- scribo/util/text.hh | 2 +- 73 files changed, 150 insertions(+), 72 deletions(-) diff --git a/scribo/ChangeLog b/scribo/ChangeLog index 3d9c37d..208a2b5 100644 --- a/scribo/ChangeLog +++ b/scribo/ChangeLog @@ -1,5 +1,83 @@ 2009-06-12 Guillaume Lazzara <lazzara@lrde.epita.fr> + Clear \file command arguments in Scribo. + + * all.hh, + * binarization/simple.hh, + * core/all.hh, + * core/central_sites.hh, + * core/erase_objects.hh, + * core/object_image.hh, + * debug/all.hh, + * debug/save_label_image.hh, + * debug/save_linked_bboxes_image.hh, + * debug/save_table_image.hh, + * draw/all.hh, + * draw/bounding_box_links.hh, + * draw/bounding_boxes.hh, + * extract/lines_discontinued.hh, + * extract/primitive/canvas.hh, + * extract/primitive/cells.hh, + * extract/primitive/lines_discontinued.hh, + * extract/primitive/lines_h_discontinued.hh, + * extract/primitive/lines_h_thick.hh, + * extract/primitive/lines_thick.hh, + * extract/primitive/lines_v_discontinued.hh, + * extract/primitive/lines_v_thick.hh, + * extract/primitive/objects.hh, + * filter/all.hh, + * filter/large_objects.hh, + * filter/small_objects.hh, + * filter/thick_objects.hh, + * filter/thin_objects.hh, + * make/all.hh, + * make/debug_filename.hh, + * make/influence_zone_graph.hh, + * make/text.hh, + * preprocessing/all.hh, + * preprocessing/unskew.hh, + * table/align_lines_horizontaly.hh, + * table/align_lines_verticaly.hh, + * table/all.hh, + * table/connect_horizontal_lines.hh, + * table/connect_vertical_lines.hh, + * table/erase.hh, + * table/extract.hh, + * table/internal/align_lines.hh, + * table/internal/all.hh, + * table/internal/connect_lines.hh, + * table/internal/repair_lines.hh, + * table/rebuild.hh, + * table/repair_horizontal_lines.hh, + * table/repair_vertical_lines.hh, + * text/all.hh, + * text/clean.hh, + * text/extract_lines.hh, + * text/grouping/all.hh, + * text/grouping/group_from_double_link.hh, + * text/grouping/group_from_graph.hh, + * text/grouping/group_from_single_link.hh, + * text/grouping/group_with_graph.hh, + * text/grouping/group_with_several_left_links.hh, + * text/grouping/group_with_several_right_links.hh, + * text/grouping/group_with_single_left_link.hh, + * text/grouping/group_with_single_right_link.hh, + * text/grouping/internal/all.hh, + * text/grouping/internal/find_graph_link.hh, + * text/grouping/internal/find_left_link.hh, + * text/grouping/internal/find_right_link.hh, + * text/grouping/internal/find_root.hh, + * text/grouping/internal/init_link_array.hh, + * text/grouping/internal/is_link_valid.hh, + * text/grouping/internal/update_graph_link.hh, + * text/grouping/internal/update_link_array.hh, + * text/recognition.hh, + * util/all.hh, + * util/text.hh: do not pass argument to \file command in + documentation. + +2009-06-12 Guillaume Lazzara <lazzara@lrde.epita.fr> + Compile more examples in Scribo. * src/Makefile.am: compile new examples. diff --git a/scribo/all.hh b/scribo/all.hh index 0245b67..8fadbb2 100644 --- a/scribo/all.hh +++ b/scribo/all.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_ALL_HH # define SCRIBO_ALL_HH -/// \file scribo/all.hh +/// \file /// /// Include all headers located in scribo/. diff --git a/scribo/binarization/simple.hh b/scribo/binarization/simple.hh index e36003e..5980508 100644 --- a/scribo/binarization/simple.hh +++ b/scribo/binarization/simple.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_BINARIZATION_SIMPLE_HH # define SCRIBO_BINARIZATION_SIMPLE_HH -/// \file scribo/binarization/simple.hh +/// \file /// /// Simple binarization of a gray-level document. diff --git a/scribo/core/all.hh b/scribo/core/all.hh index 76177b0..b98bf04 100644 --- a/scribo/core/all.hh +++ b/scribo/core/all.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_CORE_ALL_HH # define SCRIBO_CORE_ALL_HH -/// \file scribo/core/all.hh +/// \file /// /// Include all headers located in scribo/core. diff --git a/scribo/core/central_sites.hh b/scribo/core/central_sites.hh index 22dd726..275ba51 100644 --- a/scribo/core/central_sites.hh +++ b/scribo/core/central_sites.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_CORE_CENTRAL_SITES_HH # define SCRIBO_CORE_CENTRAL_SITES_HH -/// \file scribo/core/central_sites.hh +/// \file /// /// Returns the edge central sites of a box. diff --git a/scribo/core/erase_objects.hh b/scribo/core/erase_objects.hh index da003b1..59a1346 100644 --- a/scribo/core/erase_objects.hh +++ b/scribo/core/erase_objects.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_CORE_ERASE_OBJECTS_HH # define SCRIBO_CORE_ERASE_OBJECTS_HH -/// \file scribo/core/erase_objects.hh +/// \file /// /// Remove the content of bounding boxes from an image. diff --git a/scribo/core/object_image.hh b/scribo/core/object_image.hh index bc41785..a920680 100644 --- a/scribo/core/object_image.hh +++ b/scribo/core/object_image.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_CORE_OBJECT_IMAGE_HH # define SCRIBO_CORE_OBJECT_IMAGE_HH -/// \file scribo/core/object_image.hh +/// \file /// /// FIXME. diff --git a/scribo/debug/all.hh b/scribo/debug/all.hh index a6f3294..f7ffe1c 100644 --- a/scribo/debug/all.hh +++ b/scribo/debug/all.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_DEBUG_ALL_HH # define SCRIBO_DEBUG_ALL_HH -/// \file scribo/debug/all.hh +/// \file /// /// Include all headers located in scribo/debug. diff --git a/scribo/debug/save_label_image.hh b/scribo/debug/save_label_image.hh index b35dbc5..b41325e 100644 --- a/scribo/debug/save_label_image.hh +++ b/scribo/debug/save_label_image.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_MAKE_DEBUG_SAVE_LABEL_IMAGE_HH # define SCRIBO_MAKE_DEBUG_SAVE_LABEL_IMAGE_HH -/// \file scribo/debug/save_label_image.hh +/// \file /// /// Save a labeled image in a color image. diff --git a/scribo/debug/save_linked_bboxes_image.hh b/scribo/debug/save_linked_bboxes_image.hh index 91d58b4..f9ec7c9 100644 --- a/scribo/debug/save_linked_bboxes_image.hh +++ b/scribo/debug/save_linked_bboxes_image.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_DEBUG_SAVE_LINKED_BBOXES_IMAGE_HH # define SCRIBO_DEBUG_SAVE_LINKED_BBOXES_IMAGE_HH -/// \file scribo/draw/bounding_boxes.hh +/// \file /// /// Save the bounding box links image. diff --git a/scribo/debug/save_table_image.hh b/scribo/debug/save_table_image.hh index 2ac67af..746d162 100644 --- a/scribo/debug/save_table_image.hh +++ b/scribo/debug/save_table_image.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_DEBUG_SAVE_TABLE_IMAGE_HH # define SCRIBO_DEBUG_SAVE_TABLE_IMAGE_HH -/// \file scribo/debug/save_table_image.hh +/// \file /// /// Save table line bounding boxes in an image. diff --git a/scribo/draw/all.hh b/scribo/draw/all.hh index 784fb02..e8ff2a7 100644 --- a/scribo/draw/all.hh +++ b/scribo/draw/all.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_DRAW_ALL_HH # define SCRIBO_DRAW_ALL_HH -/// \file scribo/draw/all.hh +/// \file /// /// Include all headers located in scribo/draw. diff --git a/scribo/draw/bounding_box_links.hh b/scribo/draw/bounding_box_links.hh index 4b18c7f..c1dc997 100644 --- a/scribo/draw/bounding_box_links.hh +++ b/scribo/draw/bounding_box_links.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_DRAW_BOUNDING_BOX_LINKS_HH # define SCRIBO_DRAW_BOUNDING_BOX_LINKS_HH -/// \file scribo/draw/bounding_boxes.hh +/// \file /// /// Draw a list of bounding box links. diff --git a/scribo/draw/bounding_boxes.hh b/scribo/draw/bounding_boxes.hh index 6e71bec..6cbc6d9 100644 --- a/scribo/draw/bounding_boxes.hh +++ b/scribo/draw/bounding_boxes.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_DRAW_BOUNDING_BOXES_HH # define SCRIBO_DRAW_BOUNDING_BOXES_HH -/// \file scribo/draw/bounding_boxes.hh +/// \file /// /// Draw a list of bounding boxes and their associated mass center. diff --git a/scribo/extract/lines_discontinued.hh b/scribo/extract/lines_discontinued.hh index b790320..9697ecd 100644 --- a/scribo/extract/lines_discontinued.hh +++ b/scribo/extract/lines_discontinued.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_EXTRACT_PRIMITIVE_LINES_DISCONTINUED_HH # define SCRIBO_EXTRACT_PRIMITIVE_LINES_DISCONTINUED_HH -/// \file scribo/primitive/lines/lines_discontinued.hh +/// \file /// /// Extract discontinued lines in a binary image. diff --git a/scribo/extract/primitive/canvas.hh b/scribo/extract/primitive/canvas.hh index 0c78662..dbd1de4 100644 --- a/scribo/extract/primitive/canvas.hh +++ b/scribo/extract/primitive/canvas.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_EXTRACT_PRIMITIVE_CANVAS_HH # define SCRIBO_EXTRACT_PRIMITIVE_CANVAS_HH -/// \file scribo/primitive/canvas.hh +/// \file /// /// Rebuild a table from its line bounding boxes. diff --git a/scribo/extract/primitive/cells.hh b/scribo/extract/primitive/cells.hh index 764d228..08a4e49 100644 --- a/scribo/extract/primitive/cells.hh +++ b/scribo/extract/primitive/cells.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_EXTRACT_PRIMITIVE_CELLS_HH # define SCRIBO_EXTRACT_PRIMITIVE_CELLS_HH -/// \file scribo/primitive/cells.hh +/// \file /// /// Extract canvas cells from a binary image. diff --git a/scribo/extract/primitive/lines_discontinued.hh b/scribo/extract/primitive/lines_discontinued.hh index 50792fa..0e87efd 100644 --- a/scribo/extract/primitive/lines_discontinued.hh +++ b/scribo/extract/primitive/lines_discontinued.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_EXTRACT_PRIMITIVE_LINES_DISCONTINUED_HH # define SCRIBO_EXTRACT_PRIMITIVE_LINES_DISCONTINUED_HH -/// \file scribo/primitive/lines/lines_discontinued.hh +/// \file /// /// Extract discontinued lines in a binary image. diff --git a/scribo/extract/primitive/lines_h_discontinued.hh b/scribo/extract/primitive/lines_h_discontinued.hh index c6666b8..ce62fde 100644 --- a/scribo/extract/primitive/lines_h_discontinued.hh +++ b/scribo/extract/primitive/lines_h_discontinued.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_EXTRACT_PRIMITIVE_LINES_H_DISCONTINUED_HH # define SCRIBO_EXTRACT_PRIMITIVE_LINES_H_DISCONTINUED_HH -/// \file scribo/primitive/lines_h_discontinued.hh +/// \file /// /// Extract horizontal discontinued lines. diff --git a/scribo/extract/primitive/lines_h_thick.hh b/scribo/extract/primitive/lines_h_thick.hh index f7cbf18..74ea67e 100644 --- a/scribo/extract/primitive/lines_h_thick.hh +++ b/scribo/extract/primitive/lines_h_thick.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_EXTRACT_PRIMITIVE_LINES_H_THICK_HH # define SCRIBO_EXTRACT_PRIMITIVE_LINES_H_THICK_HH -/// \file scribo/primitive/lines_h_thick.hh +/// \file /// /// Extract horizontal thick lines. diff --git a/scribo/extract/primitive/lines_thick.hh b/scribo/extract/primitive/lines_thick.hh index 1eaa707..5d88cc5 100644 --- a/scribo/extract/primitive/lines_thick.hh +++ b/scribo/extract/primitive/lines_thick.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_EXTRACT_PRIMITIVE_LINES_THICK_HH # define SCRIBO_EXTRACT_PRIMITIVE_LINES_THICK_HH -/// \file scribo/primitive/lines_thick.hh +/// \file /// /// Extract thick lines in a binary image. diff --git a/scribo/extract/primitive/lines_v_discontinued.hh b/scribo/extract/primitive/lines_v_discontinued.hh index 374e5d1..0755d2b 100644 --- a/scribo/extract/primitive/lines_v_discontinued.hh +++ b/scribo/extract/primitive/lines_v_discontinued.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_EXTRACT_PRIMITIVE_LINES_V_DISCONTINUED_HH # define SCRIBO_EXTRACT_PRIMITIVE_LINES_V_DISCONTINUED_HH -/// \file scribo/primitive/lines_v_discontinued.hh +/// \file /// /// Extract vertical discontinued lines. diff --git a/scribo/extract/primitive/lines_v_thick.hh b/scribo/extract/primitive/lines_v_thick.hh index a3290a5..19cec92 100644 --- a/scribo/extract/primitive/lines_v_thick.hh +++ b/scribo/extract/primitive/lines_v_thick.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_EXTRACT_PRIMITIVE_LINES_V_THICK_HH # define SCRIBO_EXTRACT_PRIMITIVE_LINES_V_THICK_HH -/// \file scribo/primitive/lines_v_thick.hh +/// \file /// /// Extract vertical thick lines. diff --git a/scribo/extract/primitive/objects.hh b/scribo/extract/primitive/objects.hh index a90f5b4..28fbf85 100644 --- a/scribo/extract/primitive/objects.hh +++ b/scribo/extract/primitive/objects.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_EXTRACT_PRIMITIVE_OBJECTS_HH # define SCRIBO_EXTRACT_PRIMITIVE_OBJECTS_HH -/// \file scribo/core/objects.hh +/// \file /// /// Extract objects in a binary image. diff --git a/scribo/filter/all.hh b/scribo/filter/all.hh index ba8ac7f..9a1eed5 100644 --- a/scribo/filter/all.hh +++ b/scribo/filter/all.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_FILTER_ALL_HH # define SCRIBO_FILTER_ALL_HH -/// \file scribo/filter/all.hh +/// \file /// /// Include all headers located in scribo/filter. diff --git a/scribo/filter/large_objects.hh b/scribo/filter/large_objects.hh index 125cbf0..336cdb7 100644 --- a/scribo/filter/large_objects.hh +++ b/scribo/filter/large_objects.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_FILTER_LARGE_OBJECTS_HH # define SCRIBO_FILTER_LARGE_OBJECTS_HH -/// \file scribo/filter/large_objects.hh +/// \file /// /// Remove large objects in a binary image. diff --git a/scribo/filter/small_objects.hh b/scribo/filter/small_objects.hh index 898f60b..006827a 100644 --- a/scribo/filter/small_objects.hh +++ b/scribo/filter/small_objects.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_FILTER_SMALL_OBJECTS_HH # define SCRIBO_FILTER_SMALL_OBJECTS_HH -/// \file scribo/filter/small_objects.hh +/// \file /// /// Remove small objects in a binary image. diff --git a/scribo/filter/thick_objects.hh b/scribo/filter/thick_objects.hh index 7147221..d9443cd 100644 --- a/scribo/filter/thick_objects.hh +++ b/scribo/filter/thick_objects.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_FILTER_THICK_OBJECTS_HH # define SCRIBO_FILTER_THICK_OBJECTS_HH -/// \file scribo/filter/thick_objects.hh +/// \file /// /// Remove too thick objects. diff --git a/scribo/filter/thin_objects.hh b/scribo/filter/thin_objects.hh index 1a40c49..7fc56ba 100644 --- a/scribo/filter/thin_objects.hh +++ b/scribo/filter/thin_objects.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_FILTER_THIN_OBJECTS_HH # define SCRIBO_FILTER_THIN_OBJECTS_HH -/// \file scribo/filter/thin_objects.hh +/// \file /// /// Remove too thin objects. diff --git a/scribo/make/all.hh b/scribo/make/all.hh index c69928a..8fb3ca0 100644 --- a/scribo/make/all.hh +++ b/scribo/make/all.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_MAKE_ALL_HH # define SCRIBO_MAKE_ALL_HH -/// \file scribo/make/all.hh +/// \file /// /// Include all headers located in scribo/make. diff --git a/scribo/make/debug_filename.hh b/scribo/make/debug_filename.hh index 8cd8562..0aadbfe 100644 --- a/scribo/make/debug_filename.hh +++ b/scribo/make/debug_filename.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_MAKE_DEBUG_FILENAME_HH # define SCRIBO_MAKE_DEBUG_FILENAME_HH -/// \file scribo/make/debug_filename.hh +/// \file /// /// Construct and returns a formated output file name. diff --git a/scribo/make/influence_zone_graph.hh b/scribo/make/influence_zone_graph.hh index 3df9f71..ca0d6fb 100644 --- a/scribo/make/influence_zone_graph.hh +++ b/scribo/make/influence_zone_graph.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_MAKE_INFLUENCE_ZONE_GRAPH_HH # define SCRIBO_MAKE_INFLUENCE_ZONE_GRAPH_HH -/// \file scribo/make/influence_zone_graph.hh +/// \file /// /// Create a region adjacency graph from the influence zone image /// of binary image. diff --git a/scribo/make/text.hh b/scribo/make/text.hh index c47508b..4551266 100644 --- a/scribo/make/text.hh +++ b/scribo/make/text.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_MAKE_TEXT_HH # define SCRIBO_MAKE_TEXT_HH -/// \file scribo/make/text.hh +/// \file /// /// Construct a util::text. diff --git a/scribo/preprocessing/all.hh b/scribo/preprocessing/all.hh index 942e01c..93974cf 100644 --- a/scribo/preprocessing/all.hh +++ b/scribo/preprocessing/all.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_PREPROCESSING_ALL_HH # define SCRIBO_PREPROCESSING_ALL_HH -/// \file scribo/preprocessing/all.hh +/// \file /// /// Include all headers located in scribo/preprocessing. diff --git a/scribo/preprocessing/unskew.hh b/scribo/preprocessing/unskew.hh index ba7c405..2563c25 100644 --- a/scribo/preprocessing/unskew.hh +++ b/scribo/preprocessing/unskew.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_UNSKEW_HOUGH_HH # define SCRIBO_UNSKEW_HOUGH_HH -/// \file scribo/preprocessing/unskew.hh +/// \file /// /// Unskew an image. diff --git a/scribo/table/align_lines_horizontaly.hh b/scribo/table/align_lines_horizontaly.hh index b205b97..cf776ae 100644 --- a/scribo/table/align_lines_horizontaly.hh +++ b/scribo/table/align_lines_horizontaly.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TABLE_ALIGN_LINES_HORIZONTALY_HH # define SCRIBO_TABLE_ALIGN_LINES_HORIZONTALY_HH -/// \file scribo/table/align_lines_horizontaly.hh +/// \file /// /// Align line bounding boxes horizontaly. diff --git a/scribo/table/align_lines_verticaly.hh b/scribo/table/align_lines_verticaly.hh index f7138bc..11770d6 100644 --- a/scribo/table/align_lines_verticaly.hh +++ b/scribo/table/align_lines_verticaly.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TABLE_ALIGN_LINES_VERTICALY_HH # define SCRIBO_TABLE_ALIGN_LINES_VERTICALY_HH -/// \file scribo/table/align_lines_verticaly.hh +/// \file /// /// Align line bounding boxes verticaly. diff --git a/scribo/table/all.hh b/scribo/table/all.hh index 186af77..967fd7b 100644 --- a/scribo/table/all.hh +++ b/scribo/table/all.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TABLE_ALL_HH # define SCRIBO_TABLE_ALL_HH -/// \file scribo/table/all.hh +/// \file /// /// Include all headers located in scribo/table. diff --git a/scribo/table/connect_horizontal_lines.hh b/scribo/table/connect_horizontal_lines.hh index 45cc826..78088fc 100644 --- a/scribo/table/connect_horizontal_lines.hh +++ b/scribo/table/connect_horizontal_lines.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TABLE_CONNECT_HORIZONTAL_LINES_HH # define SCRIBO_TABLE_CONNECT_HORIZONTAL_LINES_HH -/// \file scribo/table/connect_horizontal_lines.hh +/// \file /// /// Connect horizontal lines with the new aligned columns. /// diff --git a/scribo/table/connect_vertical_lines.hh b/scribo/table/connect_vertical_lines.hh index 4b1423c..f885601 100644 --- a/scribo/table/connect_vertical_lines.hh +++ b/scribo/table/connect_vertical_lines.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TABLE_CONNECT_VERTICAL_LINES_HH # define SCRIBO_TABLE_CONNECT_VERTICAL_LINES_HH -/// \file scribo/table/connect_vertical_lines.hh +/// \file /// /// Connect vertical lines with aligned rows. /// diff --git a/scribo/table/erase.hh b/scribo/table/erase.hh index 91c4228..7cc9461 100644 --- a/scribo/table/erase.hh +++ b/scribo/table/erase.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TABLE_ERASE_HH # define SCRIBO_TABLE_ERASE_HH -/// \file scribo/table/erase.hh +/// \file /// /// \brief Erase the table lines in an image. diff --git a/scribo/table/extract.hh b/scribo/table/extract.hh index f117603..c09909b 100644 --- a/scribo/table/extract.hh +++ b/scribo/table/extract.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TABLE_EXTRACT_HH # define SCRIBO_TABLE_EXTRACT_HH -/// \file scribo/table/extract.hh +/// \file /// /// Extract tables from a binary image. /// Use arbitrary criterions. diff --git a/scribo/table/internal/align_lines.hh b/scribo/table/internal/align_lines.hh index 8ab2e8b..5ea50e2 100644 --- a/scribo/table/internal/align_lines.hh +++ b/scribo/table/internal/align_lines.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TABLE_INTERNAL_ALIGN_LINES_HH # define SCRIBO_TABLE_INTERNAL_ALIGN_LINES_HH -/// \file scribo/table/internal/align_lines.hh +/// \file /// /// Align table lines verticaly or horizontaly. diff --git a/scribo/table/internal/all.hh b/scribo/table/internal/all.hh index e4600de..f632f27 100644 --- a/scribo/table/internal/all.hh +++ b/scribo/table/internal/all.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TABLE_INTERNAL_ALL_HH # define SCRIBO_TABLE_INTERNAL_ALL_HH -/// \file scribo/table/internal/all.hh +/// \file /// /// Include all headers located in scribo/table/internal. diff --git a/scribo/table/internal/connect_lines.hh b/scribo/table/internal/connect_lines.hh index 5c01c0f..b2f9273 100644 --- a/scribo/table/internal/connect_lines.hh +++ b/scribo/table/internal/connect_lines.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TABLE_INTERNAL_CONNECT_LINES_HH # define SCRIBO_TABLE_INTERNAL_CONNECT_LINES_HH -/// \file scribo/table/connect_vertical_lines.hh +/// \file /// /// Connect vertical lines with aligned rows. diff --git a/scribo/table/internal/repair_lines.hh b/scribo/table/internal/repair_lines.hh index fa7138a..28a737f 100644 --- a/scribo/table/internal/repair_lines.hh +++ b/scribo/table/internal/repair_lines.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TABLE_INTERNAL_REPAIR_LINES_HH # define SCRIBO_TABLE_INTERNAL_REPAIR_LINES_HH -/// \file scribo/table/internal/repair_lines.hh +/// \file /// /// Repair lines which have small discontinuities. diff --git a/scribo/table/rebuild.hh b/scribo/table/rebuild.hh index 6bfefbf..c4029cf 100644 --- a/scribo/table/rebuild.hh +++ b/scribo/table/rebuild.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TABLE_REBUILD_HH # define SCRIBO_TABLE_REBUILD_HH -/// \file scribo/table/rebuild.hh +/// \file /// /// Rebuild a table from its line bounding boxes. diff --git a/scribo/table/repair_horizontal_lines.hh b/scribo/table/repair_horizontal_lines.hh index 6fc3ba1..e6713a0 100644 --- a/scribo/table/repair_horizontal_lines.hh +++ b/scribo/table/repair_horizontal_lines.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TABLE_REPAIR_HORIZONTAL_LINES_HH # define SCRIBO_TABLE_REPAIR_HORIZONTAL_LINES_HH -/// \file scribo/table/repair_horizontal_lines.hh +/// \file /// /// Repair horizontal lines which have small discontinuities. /// diff --git a/scribo/table/repair_vertical_lines.hh b/scribo/table/repair_vertical_lines.hh index 38ba7f6..e9e8f4b 100644 --- a/scribo/table/repair_vertical_lines.hh +++ b/scribo/table/repair_vertical_lines.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TABLE_REPAIR_VERTICAL_LINES_HH # define SCRIBO_TABLE_REPAIR_VERTICAL_LINES_HH -/// \file scribo/table/repair_vertical_lines.hh +/// \file /// /// Repair vertical lines which have small discontinuities. /// diff --git a/scribo/text/all.hh b/scribo/text/all.hh index d269ebb..000d5b9 100644 --- a/scribo/text/all.hh +++ b/scribo/text/all.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TEXT_ALL_HH # define SCRIBO_TEXT_ALL_HH -/// \file scribo/text/all.hh +/// \file /// /// Include all headers located in scribo/text. diff --git a/scribo/text/clean.hh b/scribo/text/clean.hh index 5a0b2e1..24973c5 100644 --- a/scribo/text/clean.hh +++ b/scribo/text/clean.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TEXT_CLEAN_HH # define SCRIBO_TEXT_CLEAN_HH -/// \file scribo/text/clean.hh +/// \file /// /// Improve the quality of a text area. diff --git a/scribo/text/extract_lines.hh b/scribo/text/extract_lines.hh index a84d10f..9d21394 100644 --- a/scribo/text/extract_lines.hh +++ b/scribo/text/extract_lines.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TEXT_EXTRACT_LINES_HH # define SCRIBO_TEXT_EXTRACT_LINES_HH -/// \file scribo/text/extract_lines.hh +/// \file /// /// Extract line of text bounding boxes. diff --git a/scribo/text/grouping/all.hh b/scribo/text/grouping/all.hh index ebeae8e..a4a664c 100644 --- a/scribo/text/grouping/all.hh +++ b/scribo/text/grouping/all.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TEXT_GROUPING_ALL_HH # define SCRIBO_TEXT_GROUPING_ALL_HH -/// \file scribo/text/grouping/all.hh +/// \file /// /// Include all headers located in scribo/text/grouping. diff --git a/scribo/text/grouping/group_from_double_link.hh b/scribo/text/grouping/group_from_double_link.hh index 9c0cfa1..1530c50 100644 --- a/scribo/text/grouping/group_from_double_link.hh +++ b/scribo/text/grouping/group_from_double_link.hh @@ -27,7 +27,7 @@ # define SCRIBO_TEXT_GROUPING_GROUP_FROM_DOUBLE_LINK_HH -/// \file scribo/text/grouping/group_from_double_link.hh +/// \file /// /// Group text bounding boxes from left and right links and validate /// These links. A link must exist in both ways to be validated. diff --git a/scribo/text/grouping/group_from_graph.hh b/scribo/text/grouping/group_from_graph.hh index d6debd2..783da16 100644 --- a/scribo/text/grouping/group_from_graph.hh +++ b/scribo/text/grouping/group_from_graph.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TEXT_GROUPING_GROUP_FROM_GRAPH_HH # define SCRIBO_TEXT_GROUPING_GROUP_FROM_GRAPH_HH -/// \file scribo/text/grouping/group_from_graph.hh +/// \file /// /// Group lines of text according to a graph of links between /// the lines of text. diff --git a/scribo/text/grouping/group_from_single_link.hh b/scribo/text/grouping/group_from_single_link.hh index 242cce9..0423c44 100644 --- a/scribo/text/grouping/group_from_single_link.hh +++ b/scribo/text/grouping/group_from_single_link.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TEXT_GROUPING_GROUP_FROM_SINGLE_LINK_HH # define SCRIBO_TEXT_GROUPING_GROUP_FROM_SINGLE_LINK_HH -/// \file scribo/text/grouping/group_from_single_link.hh +/// \file /// /// Link text objects with their neighbor line if they have one. diff --git a/scribo/text/grouping/group_with_graph.hh b/scribo/text/grouping/group_with_graph.hh index 7865a7b..c9af430 100644 --- a/scribo/text/grouping/group_with_graph.hh +++ b/scribo/text/grouping/group_with_graph.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TEXT_GROUPING_GROUP_WITH_GRAPH_HH # define SCRIBO_TEXT_GROUPING_GROUP_WITH_GRAPH_HH -/// \file scribo/text/grouping/group_with_graph.hh +/// \file /// /// Group character bounding boxes with a graph. diff --git a/scribo/text/grouping/group_with_several_left_links.hh b/scribo/text/grouping/group_with_several_left_links.hh index b7dc07b..8b9e9ff 100644 --- a/scribo/text/grouping/group_with_several_left_links.hh +++ b/scribo/text/grouping/group_with_several_left_links.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TEXT_GROUPING_GROUP_WITH_SEVERAL_LEFT_LINKS_HH # define SCRIBO_TEXT_GROUPING_GROUP_WITH_SEVERAL_LEFT_LINKS_HH -/// \file scribo/text/grouping/group_with_several_left_links.hh +/// \file /// /// Link text bounding boxes with their left neighbor. /// diff --git a/scribo/text/grouping/group_with_several_right_links.hh b/scribo/text/grouping/group_with_several_right_links.hh index c785b0e..d0a5400 100644 --- a/scribo/text/grouping/group_with_several_right_links.hh +++ b/scribo/text/grouping/group_with_several_right_links.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TEXT_GROUPING_GROUP_WITH_SEVERAL_RIGHT_LINKS_HH # define SCRIBO_TEXT_GROUPING_GROUP_WITH_SEVERAL_RIGHT_LINKS_HH -/// \file scribo/text/grouping/group_with_several_right_links.hh +/// \file /// /// Link text bounding boxes with their right neighbor. /// diff --git a/scribo/text/grouping/group_with_single_left_link.hh b/scribo/text/grouping/group_with_single_left_link.hh index 4701fdf..19593c6 100644 --- a/scribo/text/grouping/group_with_single_left_link.hh +++ b/scribo/text/grouping/group_with_single_left_link.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TEXT_GROUPING_GROUP_WITH_SINGLE_LEFT_LINK_HH # define SCRIBO_TEXT_GROUPING_GROUP_WITH_SINGLE_LEFT_LINK_HH -/// \file scribo/text/grouping/group_with_single_left_link.hh +/// \file /// /// Link text objects with their left neighbor. /// diff --git a/scribo/text/grouping/group_with_single_right_link.hh b/scribo/text/grouping/group_with_single_right_link.hh index a805e64..ae3fdf1 100644 --- a/scribo/text/grouping/group_with_single_right_link.hh +++ b/scribo/text/grouping/group_with_single_right_link.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TEXT_GROUPING_GROUP_WITH_SINGLE_RIGHT_LINK_HH # define SCRIBO_TEXT_GROUPING_GROUP_WITH_SINGLE_RIGHT_LINK_HH -/// \file scribo/text/grouping/group_with_single_right_link.hh +/// \file /// /// Link text objects with their right neighbor. /// diff --git a/scribo/text/grouping/internal/all.hh b/scribo/text/grouping/internal/all.hh index af02dce..257d524 100644 --- a/scribo/text/grouping/internal/all.hh +++ b/scribo/text/grouping/internal/all.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TEXT_GROUPING_INTERNAL_ALL_HH # define SCRIBO_TEXT_GROUPING_INTERNAL_ALL_HH -/// \file scribo/text/grouping/internal/all.hh +/// \file /// /// Include all headers located in scribo/text/grouping/internal. diff --git a/scribo/text/grouping/internal/find_graph_link.hh b/scribo/text/grouping/internal/find_graph_link.hh index b6fa1ee..733b646 100644 --- a/scribo/text/grouping/internal/find_graph_link.hh +++ b/scribo/text/grouping/internal/find_graph_link.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TEXT_GROUPING_INTERNAL_FIND_GRAPH_LINK_HH # define SCRIBO_TEXT_GROUPING_INTERNAL_FIND_GRAPH_LINK_HH -/// \file scribo/text/grouping/internal/find_graph_link.hh +/// \file /// /// Find the right neighbor of a line of text if exists. diff --git a/scribo/text/grouping/internal/find_left_link.hh b/scribo/text/grouping/internal/find_left_link.hh index ddd92d8..71c9766 100644 --- a/scribo/text/grouping/internal/find_left_link.hh +++ b/scribo/text/grouping/internal/find_left_link.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TEXT_GROUPING_INTERNAL_FIND_LEFT_LINK_HH # define SCRIBO_TEXT_GROUPING_INTERNAL_FIND_LEFT_LINK_HH -/// \file scribo/text/grouping/internal/find_left_link.hh +/// \file /// /// Find the left neighbor of a line of text if exists. diff --git a/scribo/text/grouping/internal/find_right_link.hh b/scribo/text/grouping/internal/find_right_link.hh index bd3c863..e1a1498 100644 --- a/scribo/text/grouping/internal/find_right_link.hh +++ b/scribo/text/grouping/internal/find_right_link.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TEXT_GROUPING_INTERNAL_FIND_RIGHT_LINK_HH # define SCRIBO_TEXT_GROUPING_INTERNAL_FIND_RIGHT_LINK_HH -/// \file scribo/text/grouping/internal/find_right_link.hh +/// \file /// /// Find the right neighbor of a line of text if exists. diff --git a/scribo/text/grouping/internal/find_root.hh b/scribo/text/grouping/internal/find_root.hh index e36bf2d..c1da04f 100644 --- a/scribo/text/grouping/internal/find_root.hh +++ b/scribo/text/grouping/internal/find_root.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TEXT_GROUPING_INTERNAL_FIND_ROOT_LINK_ARRAY_HH # define SCRIBO_TEXT_GROUPING_INTERNAL_FIND_ROOT_LINK_ARRAY_HH -/// \file scribo/text/grouping/internal/find_root.hh +/// \file /// /// Find root in a parent array arrays. diff --git a/scribo/text/grouping/internal/init_link_array.hh b/scribo/text/grouping/internal/init_link_array.hh index 48e2cf2..522c221 100644 --- a/scribo/text/grouping/internal/init_link_array.hh +++ b/scribo/text/grouping/internal/init_link_array.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TEXT_GROUPING_INTERNAL_INIT_LINK_ARRAY_HH # define SCRIBO_TEXT_GROUPING_INTERNAL_INIT_LINK_ARRAY_HH -/// \file scribo/text/grouping/internal/init_link_array.hh +/// \file /// /// Initialize a link array. diff --git a/scribo/text/grouping/internal/is_link_valid.hh b/scribo/text/grouping/internal/is_link_valid.hh index afea058..4c54970 100644 --- a/scribo/text/grouping/internal/is_link_valid.hh +++ b/scribo/text/grouping/internal/is_link_valid.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TEXT_GROUPING_INTERNAL_IS_LINK_VALID_HH # define SCRIBO_TEXT_GROUPING_INTERNAL_IS_LINK_VALID_HH -/// \file scribo/text/grouping/internal/is_link_valid.hh +/// \file /// /// Validate a link from two different links. diff --git a/scribo/text/grouping/internal/update_graph_link.hh b/scribo/text/grouping/internal/update_graph_link.hh index 9fd3ede..3f5c199 100644 --- a/scribo/text/grouping/internal/update_graph_link.hh +++ b/scribo/text/grouping/internal/update_graph_link.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TEXT_GROUPING_INTERNAL_UPDATE_GRAPH_LINK_HH # define SCRIBO_TEXT_GROUPING_INTERNAL_UPDATE_GRAPH_LINK_HH -/// \file scribo/text/grouping/internal/update_link_array.hh +/// \file /// /// Update graph edges if a valid neighbor is found. diff --git a/scribo/text/grouping/internal/update_link_array.hh b/scribo/text/grouping/internal/update_link_array.hh index ef20dc9..0a82cc8 100644 --- a/scribo/text/grouping/internal/update_link_array.hh +++ b/scribo/text/grouping/internal/update_link_array.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TEXT_GROUPING_INTERNAL_UPDATE_LINK_ARRAY_HH # define SCRIBO_TEXT_GROUPING_INTERNAL_UPDATE_LINK_ARRAY_HH -/// \file scribo/text/grouping/internal/update_link_array.hh +/// \file /// /// Update a lookup table if a neighbor is found on the right of /// the current bbox. diff --git a/scribo/text/recognition.hh b/scribo/text/recognition.hh index 01d0986..75410e4 100644 --- a/scribo/text/recognition.hh +++ b/scribo/text/recognition.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_TEXT_RECOGNITION_HH # define SCRIBO_TEXT_RECOGNITION_HH -/// \file scribo/text/recognition.hh +/// \file /// /// Passes the text bounding boxes to an OCR (Tesseract). /// diff --git a/scribo/util/all.hh b/scribo/util/all.hh index dd93b62..3eef9ff 100644 --- a/scribo/util/all.hh +++ b/scribo/util/all.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_UTIL_ALL_HH # define SCRIBO_UTIL_ALL_HH -/// \file scribo/util/all.hh +/// \file /// /// Include all headers located in scribo/util. diff --git a/scribo/util/text.hh b/scribo/util/text.hh index 52e9a55..3cdd5c1 100644 --- a/scribo/util/text.hh +++ b/scribo/util/text.hh @@ -26,7 +26,7 @@ #ifndef SCRIBO_UTIL_TEXT_HH # define SCRIBO_UTIL_TEXT_HH -/// \file scribo/util/text.hh +/// \file /// /// A class representing text bounding boxes and their associated /// labeled image. -- 1.5.6.5
participants (1)
-
Guillaume Lazzara