Browse Source

Added note about parse_headers()

Alois Mahdal 12 years ago
parent
commit
bf12845b01
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      notes/arch.md

+ 2
- 1
notes/arch.md View File

15
 
15
 
16
     [ STM ]
16
     [ STM ]
17
 
17
 
18
-       | 1      gen_sts(stm,args)   # generate a number of STS from a STM
18
+       | 1      parse_head()        # parse text and fill out metadata properties
19
+       |        gen_sts(stm,args)   # generate a number of STS from a STM
19
        |                            # * stm - STM object
20
        |                            # * stm - STM object
20
        |                            # * args - args specify ranges from where
21
        |                            # * args - args specify ranges from where
21
        |                            #          STMs are generated; typically
22
        |                            #          STMs are generated; typically