doc/classes/Autobuild/GenomModule.html in autobuild-0.5.1 vs doc/classes/Autobuild/GenomModule.html in autobuild-0.6

- old
+ new

@@ -86,17 +86,18 @@ <div id="method-list"> <h3 class="section-bar">Methods</h3> <div class="name-list"> - <a href="#M000109">cpp_options</a>&nbsp;&nbsp; - <a href="#M000111">depends_on</a>&nbsp;&nbsp; - <a href="#M000108">genomstamp</a>&nbsp;&nbsp; - <a href="#M000112">get_provides</a>&nbsp;&nbsp; - <a href="#M000110">get_requires</a>&nbsp;&nbsp; - <a href="#M000107">prepare</a>&nbsp;&nbsp; - <a href="#M000113">regen_targets</a>&nbsp;&nbsp; + <a href="#M000094">cpp_options</a>&nbsp;&nbsp; + <a href="#M000097">depends_on</a>&nbsp;&nbsp; + <a href="#M000093">genomstamp</a>&nbsp;&nbsp; + <a href="#M000096">get_provides</a>&nbsp;&nbsp; + <a href="#M000095">get_requires</a>&nbsp;&nbsp; + <a href="#M000091">new</a>&nbsp;&nbsp; + <a href="#M000092">prepare</a>&nbsp;&nbsp; + <a href="#M000098">regen</a>&nbsp;&nbsp; </div> </div> </div> @@ -107,107 +108,152 @@ + <div id="attribute-list"> + <h3 class="section-bar">Attributes</h3> + + <div class="name-list"> + <table> + <tr class="top-aligned-row context-row"> + <td class="context-item-name">genomflags</td> + <td class="context-item-value">&nbsp;[RW]&nbsp;</td> + <td class="context-item-desc"></td> + </tr> + </table> + </div> + </div> <!-- if method_list --> <div id="methods"> + <h3 class="section-bar">Public Class methods</h3> + + <div id="method-M000091" class="method-detail"> + <a name="M000091"></a> + + <div class="method-heading"> + <a href="GenomModule.src/M000091.html" target="Code" class="method-signature" + onclick="popupCode('GenomModule.src/M000091.html');return false;"> + <span class="method-name">new</span><span class="method-args">(*args, &amp;config)</span> + </a> + </div> + + <div class="method-description"> + </div> + </div> + <h3 class="section-bar">Public Instance methods</h3> - <div id="method-M000109" class="method-detail"> - <a name="M000109"></a> + <div id="method-M000094" class="method-detail"> + <a name="M000094"></a> <div class="method-heading"> - <a href="GenomModule.src/M000109.html" target="Code" class="method-signature" - onclick="popupCode('GenomModule.src/M000109.html');return false;"> + <a href="GenomModule.src/M000094.html" target="Code" class="method-signature" + onclick="popupCode('GenomModule.src/M000094.html');return false;"> <span class="method-name">cpp_options</span><span class="method-args">()</span> </a> </div> <div class="method-description"> + <p> +Extract the cpp options from the genom options +</p> </div> </div> - <div id="method-M000111" class="method-detail"> - <a name="M000111"></a> + <div id="method-M000097" class="method-detail"> + <a name="M000097"></a> <div class="method-heading"> - <a href="GenomModule.src/M000111.html" target="Code" class="method-signature" - onclick="popupCode('GenomModule.src/M000111.html');return false;"> - <span class="method-name">depends_on</span><span class="method-args">(name)</span> + <a href="GenomModule.src/M000097.html" target="Code" class="method-signature" + onclick="popupCode('GenomModule.src/M000097.html');return false;"> + <span class="method-name">depends_on</span><span class="method-args">(*packages)</span> </a> </div> <div class="method-description"> </div> </div> - <div id="method-M000108" class="method-detail"> - <a name="M000108"></a> + <div id="method-M000093" class="method-detail"> + <a name="M000093"></a> <div class="method-heading"> - <a href="GenomModule.src/M000108.html" target="Code" class="method-signature" - onclick="popupCode('GenomModule.src/M000108.html');return false;"> + <a href="GenomModule.src/M000093.html" target="Code" class="method-signature" + onclick="popupCode('GenomModule.src/M000093.html');return false;"> <span class="method-name">genomstamp</span><span class="method-args">()</span> </a> </div> <div class="method-description"> + <p> +The file touched by genom on successful generation +</p> </div> </div> - <div id="method-M000112" class="method-detail"> - <a name="M000112"></a> + <div id="method-M000096" class="method-detail"> + <a name="M000096"></a> <div class="method-heading"> - <a href="GenomModule.src/M000112.html" target="Code" class="method-signature" - onclick="popupCode('GenomModule.src/M000112.html');return false;"> + <a href="GenomModule.src/M000096.html" target="Code" class="method-signature" + onclick="popupCode('GenomModule.src/M000096.html');return false;"> <span class="method-name">get_provides</span><span class="method-args">()</span> </a> </div> <div class="method-description"> + <p> +Alias this package to the ones defined in the EXTRA_PKGCONFIG flag in +configure.ac.user +</p> </div> </div> - <div id="method-M000110" class="method-detail"> - <a name="M000110"></a> + <div id="method-M000095" class="method-detail"> + <a name="M000095"></a> <div class="method-heading"> - <a href="GenomModule.src/M000110.html" target="Code" class="method-signature" - onclick="popupCode('GenomModule.src/M000110.html');return false;"> + <a href="GenomModule.src/M000095.html" target="Code" class="method-signature" + onclick="popupCode('GenomModule.src/M000095.html');return false;"> <span class="method-name">get_requires</span><span class="method-args">()</span> </a> </div> <div class="method-description"> + <p> +Extracts dependencies using the requires: field in the .gen file +</p> </div> </div> - <div id="method-M000107" class="method-detail"> - <a name="M000107"></a> + <div id="method-M000092" class="method-detail"> + <a name="M000092"></a> <div class="method-heading"> - <a href="GenomModule.src/M000107.html" target="Code" class="method-signature" - onclick="popupCode('GenomModule.src/M000107.html');return false;"> + <a href="GenomModule.src/M000092.html" target="Code" class="method-signature" + onclick="popupCode('GenomModule.src/M000092.html');return false;"> <span class="method-name">prepare</span><span class="method-args">()</span> </a> </div> <div class="method-description"> + <p> +Called before running the rake tasks and after all imports have been made +</p> </div> </div> - <div id="method-M000113" class="method-detail"> - <a name="M000113"></a> + <div id="method-M000098" class="method-detail"> + <a name="M000098"></a> <div class="method-heading"> - <a href="GenomModule.src/M000113.html" target="Code" class="method-signature" - onclick="popupCode('GenomModule.src/M000113.html');return false;"> - <span class="method-name">regen_targets</span><span class="method-args">()</span> + <a href="GenomModule.src/M000098.html" target="Code" class="method-signature" + onclick="popupCode('GenomModule.src/M000098.html');return false;"> + <span class="method-name">regen</span><span class="method-args">()</span> </a> </div> <div class="method-description"> </div> \ No newline at end of file