diff --git a/doc/docs/contributing.md b/doc/docs/contributing.md index bda80887..9d5091d7 100644 --- a/doc/docs/contributing.md +++ b/doc/docs/contributing.md @@ -35,6 +35,7 @@ If you wish to add a function to any of these libraries or if you plan to add a * Any new "standard" library must be added to `generateDoc`. * Functions must be organized by sections. * Any new library should at least `declare` a `name` and a `version`. +* Any new library has to use a prefix declared in the header section with the following kind of syntax: `Its official prefix is 'qu'` (look at an existing library to follow the exact syntax). * The comment based markdown documentation of each library must respect the following format (open the source code of any of the libraries for an example): ``` diff --git a/docs/contributing/index.html b/docs/contributing/index.html index 5d2834ad..67c81e33 100644 --- a/docs/contributing/index.html +++ b/docs/contributing/index.html @@ -299,6 +299,7 @@

New Libraries

  • Any new "standard" library must be added to generateDoc.
  • Functions must be organized by sections.
  • Any new library should at least declare a name and a version.
  • +
  • Any new library has to use a prefix declared in the header section with the following kind of syntax: Its official prefix is 'qu' (look at an existing library to follow the exact syntax).
  • The comment based markdown documentation of each library must respect the following format (open the source code of any of the libraries for an example):
  • //############### libraryName ##################
    diff --git a/docs/index.html b/docs/index.html
    index 095f78a1..c0792f9d 100644
    --- a/docs/index.html
    +++ b/docs/index.html
    @@ -387,5 +387,5 @@ 
     
     
    diff --git a/docs/libs/mi/index.html b/docs/libs/mi/index.html
    index a706619f..6dab8db7 100644
    --- a/docs/libs/mi/index.html
    +++ b/docs/libs/mi/index.html
    @@ -315,7 +315,7 @@ 

    mi.lib

    linear interactions, etc.) together to form topological networks. Models can be assembled by hand, however in more complex scenarios it is recommended to use a scripting tool (such as MIMS) to generate the FAUST -signal routing for a given physical network.

    +signal routing for a given physical network. Its official prefix is mi.