X-Git-Url: http://git.silcnet.org/gitweb/?p=robodoc.git;a=blobdiff_plain;f=Source%2Frobodoc.h;h=573baf5d8f8f1ea0126e37c8beaf586d2cc3aa55;hp=086c904820229842e1c645bc6aa3964ab22f9321;hb=817a506dd9f4992af539609c8a7d90a5c582c4cc;hpb=813ffbb077c8f96dc1f8cc69d78c78fb807bdad9 diff --git a/Source/robodoc.h b/Source/robodoc.h index 086c904..573baf5 100644 --- a/Source/robodoc.h +++ b/Source/robodoc.h @@ -66,6 +66,8 @@ typedef struct actions_s int do_singlefile:1; int do_one_file_per_header:1; int do_no_subdirectories:1; + int do_module_index_menu:1; + int do_header_toc:1; // Latex options int do_altlatex:1; @@ -93,7 +95,7 @@ typedef struct actions_s * Enumeration for the various output formats that are * supported by ROBODoc. * NOTES - * These should be prefixed with RB_ + * These should be prefixed with RB_ * SOURCE */ @@ -138,4 +140,3 @@ actions_t No_Actions( void ); #endif /* ROBODOC_ROBODOC_H */ -