first version.
[build-srcpkg.git] / res / builder / build-srcpkg / shlib / doc / info.shlib
blobef89a6c2fdd082af80706b99ae28afe15d96a094
1 #!/bin/bash
2 ############################################################
3 # source: flex.shlib
4 # author: devenkong(18151155@qq.com)
5 # date: 2023-10-17
6 ############################################################
7 # note:
8 # use flex to generate lexer proc srcfile.
9 ############################################################
12 # todo£º
13 # @
14 # @
17 . shlibinc
19 include gplib.shlib
21 include stdio.shlib
22 #include term.shlib
25 ##############################
26 # section: public comment info
27 ##############################
31 ##############################
32 # section: variable define
33 ##############################
39 ##############################
40 # section: private function
41 ##############################
44 #############################################################################
48 ############################################################################
51 ##############################
52 # section: public function
53 ##############################
57 # fsyntax: info2man
58 # fdesc: translate info file to man file.
60 info2man ()
62 # TBD:
67 # fsyntax: info2html
68 # fdesc: translate info file to html file.
70 info2html ()
72 # TBD:
77 # fsyntax: info2pdf
78 # fdesc: translate info file to pdf file.
80 info2pdf ()
82 # TBD:
87 ##############################
88 # section: file tail
89 ##############################