> > We currently use the following Ocaml script to automatically > > collect functions that need to be considered. > > > > @initialize:ocaml@ > > @@ > > > > let relevant_str = "use of_node_put() on it when done" > > I suggest to reconsider this search pattern. > > The mentioned words are distributed over text lines in the discussed > software documentation. > Thus I imagine that an other documentation format would be safer > and more helpful for the determination of a corresponding API > system property. Our script will remove '* ','\ n','\t' and so on from the comments in the function header and then merge them into one line, so we can exactly match the target string 'use of_node_put() on it when done ' -- Regards, Wen