aboutsummaryrefslogtreecommitdiff
path: root/doc/cflow.texi
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-03-19 23:11:00 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-03-19 23:11:00 +0000
commit97322026cb8e3b4466475d16df565d01ac163dc4 (patch)
tree3e742352203dafb717d0141d3693710df6231c26 /doc/cflow.texi
parentc2b5cc6ec0d6abfd949653adb2813e92c69492da (diff)
downloadcflow-97322026cb8e3b4466475d16df565d01ac163dc4.tar.gz
cflow-97322026cb8e3b4466475d16df565d01ac163dc4.tar.bz2
Documentation framework
Diffstat (limited to 'doc/cflow.texi')
-rw-r--r--doc/cflow.texi112
1 files changed, 112 insertions, 0 deletions
diff --git a/doc/cflow.texi b/doc/cflow.texi
new file mode 100644
index 0000000..61aa42b
--- /dev/null
+++ b/doc/cflow.texi
@@ -0,0 +1,112 @@
+\input texinfo @c -*-texinfo-*-
+@smallbook
+@c %**start of header
+@setfilename cflow.info
+@settitle GNU cflow
+@c %**end of header
+@setchapternewpage odd
+
+@include version.texi
+@include rendition.texi
+
+@ifinfo
+@dircategory GNU programming tools
+@direntry
+* cflow: (cflow). Create a graph of control flow within a program.
+@end direntry
+@dircategory Emacs
+@direntry
+* cflow mode: (cflow)cflow mode. Major mode for visiting cflow charts.
+@end direntry
+@end ifinfo
+
+@copying
+Published by the Free Software Foundation,
+59 Temple Place - Suite 330
+Boston, MA 02111-1307, USA
+
+Copyright @copyright{} 2005 Sergey Poznyakoff
+
+Permission is granted to copy, distribute and/or modify this document
+under the terms of the GNU Free Documentation License, Version 1.2 or
+any later version published by the Free Software Foundation; with no
+Invariant Sections, with the Front-Cover texts being ``A GNU Manual'',
+and with the Back-Cover Texts as in (a) below. A copy of the license
+is included in the section entitled ``GNU Free Documentation License''.
+
+(a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
+this GNU Manual, like GNU software. Copies published by the Free
+Software Foundation raise funds for GNU development.''
+@end copying
+
+@titlepage
+@title GNU cflow
+@subtitle version @value{VERSION}, @value{UPDATED}
+@author Sergey Poznyakoff.
+@page
+@vskip 0pt plus 1filll
+@insertcopying
+@end titlepage
+
+@page
+@summarycontents
+@page
+@contents
+
+@node Top, Intro, (dir), (dir)
+
+@ifinfo
+@chapter GNU cflow
+This edition of the @cite{GNU Cflow Manual}, last updated @value{UPDATED},
+documents GNU cflow Version @value{VERSION}.
+@end ifinfo
+
+@menu
+* Intro:: Introduction to Cflow
+* Reporting Bugs:: How to Report a Bug.
+
+Appendices
+
+* Copying This Manual:: The GNU Free Documentation License.
+* Concept Index:: Index of Concepts.
+
+@end menu
+
+@node Intro, Reporting Bugs, Top, Top
+@chapter Introduction to cflow
+
+@FIXME{Write it!}
+
+@node Reporting Bugs, Copying This Manual, Intro, Top
+@chapter How to Report a Bug
+
+Email bug reports to @email{gray@@gnu.org}.
+Be sure to include the word ``cflow'' somewhere
+in the ``Subject:'' field.
+
+As the purpose of bug reporting is to improve software, please be sure
+to include maximum information when reporting a bug. The information
+needed is:
+
+@itemize
+@item Version of the package you are using.
+@item Compilation options used when configuring the package.
+@item Conditions under which the bug appears.
+@end itemize
+
+@node Copying This Manual, Concept Index, Reporting Bugs, Top
+@include fdl.texi
+
+@node Concept Index, , Copying This Manual, Top
+@comment node-name, next, previous, up
+@unnumbered Concept Index
+
+This is a general index of all issues discussed in this manual
+
+@printindex cp
+
+@bye
+
+
+
+

Return to:

Send suggestions and report system problems to the System administrator.