marvin-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Marvin-cvs] marvin/src/libnn initCommonVisitor.ml


From: Olivier Ricordeau
Subject: [Marvin-cvs] marvin/src/libnn initCommonVisitor.ml
Date: Thu, 10 Jul 2003 22:08:57 -0400

CVSROOT:        /cvsroot/marvin
Module name:    marvin
Branch:         
Changes by:     Olivier Ricordeau <address@hidden>      03/07/10 22:08:57

Modified files:
        src/libnn      : initCommonVisitor.ml 

Log message:
        Removed an '@' in the URL of a "@see" tag which caused doc generation by
        ocamldoc to fail (I've tried to add a '\', but the generated link was
        wrong...). I also noticed that the documentation generation fails if
        "make" hasn't been done before.
        
        It looks like ocamldoc needs some module stuffs to be generated by the
        compilator. If you make a 'make clean' and a 'make doc', here is what 
you get:
        
        ocamldoc -man -d ../../doc/libnn/man -man-mini -t 'libnn code 
documentation' corpus.ml env.ml nn.ml pattern.ml mlpNN.ml defaultVisitor.ml 
commonNN.ml learnVisitor.ml propagateVisitor.ml learnCommonStochVisitor.ml 
propagateCommonVisitor.ml initVisitor.ml initCommonVisitor.ml
        File "nn.ml", line 47, characters 0-11:
        Unbound module Corpus
        File "mlpNN.ml", line 38, characters 0-7:
        Unbound module Nn
        File "commonNN.ml", line 46, characters 0-10:
        Unbound module MlpNN
        File "learnVisitor.ml", line 46, characters 0-19:
        Unbound module DefaultVisitor
        File "propagateVisitor.ml", line 46, characters 0-19:
        Unbound module DefaultVisitor
        File "learnCommonStochVisitor.ml", line 46, characters 0-7:
        Unbound module Nn
        File "propagateCommonVisitor.ml", line 46, characters 0-7:
        Unbound module Nn
        File "initVisitor.ml", line 46, characters 0-19:
        Unbound module DefaultVisitor
        File "initCommonVisitor.ml", line 51, characters 0-7:
        Unbound module Nn
        9 error(s) encountered
        make: *** [man-generation] Erreur 1
        
        I should try to find a way to generate this module information and add 
a new
        rule in Makefile.in, on which the 'doc' rule would depend.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/marvin/marvin/src/libnn/initCommonVisitor.ml.diff?tr1=1.1&tr2=1.2&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]