first version.
[build-srcpkg.git] / res / builder / build-srcpkg / shlib / doc / html.shlib
blob130b296742543594dd00ff1f2d0d73421d752bcb
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 ############################################################################
52 ##############################
53 # section: public function
54 ##############################
58 # fsyntax: html2pdf
59 # fdesc: generat pdf file by html.
61 html2pdf ()
63 # TBD:
68 # fsyntax: html2chm
69 # fdesc: generat chm file by html.
71 html2chm ()
73 # TBD:
78 ##############################
79 # section: file tail
80 ##############################