Skip to content

Commit

Permalink
AutoBuildDocumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wellfiredbuildmachine committed Jan 21, 2018
1 parent f35d532 commit 242c228
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ Properties
Public Methods
---------------

+-------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| |:ref:`UnityDotPeekApplication<classwellfired_peek_application_unity_editor_unitydotpeekapplication_1ab1ed7e7977b0a7ba141febb483d60297>` **(** BuildTarget buildTarget **)** |
+-------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|void |:ref:`Launch<classwellfired_peek_application_unity_editor_unitydotpeekapplication_1a3f9fb9b8e356fc18625ae5305bb88648>` **(** string applicationName, string applicationTitle **)** |
+-------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+-------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| |:ref:`UnityDotPeekApplication<classwellfired_peek_application_unity_editor_unitydotpeekapplication_1ab1ed7e7977b0a7ba141febb483d60297>` **(** BuildTarget buildTarget **)** |
+-------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|void |:ref:`Launch<classwellfired_peek_application_unity_editor_unitydotpeekapplication_1af928ea9c81501ecfd2c7483b18a199e1>` **(** string companyName, string applicationName, string applicationTitle **)** |
+-------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

Public Static Methods
----------------------
Expand Down Expand Up @@ -65,9 +65,9 @@ Breakdown

- **UnityDotPeekApplication** **(** BuildTarget buildTarget **)**

.. _classwellfired_peek_application_unity_editor_unitydotpeekapplication_1a3f9fb9b8e356fc18625ae5305bb88648:
.. _classwellfired_peek_application_unity_editor_unitydotpeekapplication_1af928ea9c81501ecfd2c7483b18a199e1:

- void **Launch** **(** string applicationName, string applicationTitle **)**
- void **Launch** **(** string companyName, string applicationName, string applicationTitle **)**

.. _classwellfired_peek_application_unity_editor_unitydotpeekapplication_1a4b96a57da42e6b294ca3a1cad36116c3:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Public Properties
+---------------+------------------------------------------------------------------------------------------------------+
|const string |:ref:`ApplicationName<classwellfired_peek_data_constants_1a522bb71ee9423b8d0850bb5998659f56>` |
+---------------+------------------------------------------------------------------------------------------------------+
|const string |:ref:`CompanyName<classwellfired_peek_data_constants_1a18e609cb90ba2999899fbb009ec17841>` |
+---------------+------------------------------------------------------------------------------------------------------+
|const string |:ref:`ApplicationTitle<classwellfired_peek_data_constants_1a8d01e8f5ed1d89d1d9a87a0211580ba4>` |
+---------------+------------------------------------------------------------------------------------------------------+
|const string |:ref:`BuildReportExtention<classwellfired_peek_data_constants_1af4888dde530d78f8c4cf6696ceeb289d>` |
Expand All @@ -28,6 +30,10 @@ Breakdown

- const string **ApplicationName**

.. _classwellfired_peek_data_constants_1a18e609cb90ba2999899fbb009ec17841:

- const string **CompanyName**

.. _classwellfired_peek_data_constants_1a8d01e8f5ed1d89d1d9a87a0211580ba4:

- const string **ApplicationTitle**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Properties
Public Methods
---------------

+-------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|void |:ref:`Launch<interfacewellfired_peek_application_idotpeekapplication_1a4bfd85e7285c3ec6892a3b94c7ee010f>` **(** string applicationName, string applicationTitle **)** |
+-------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+-------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|void |:ref:`Launch<interfacewellfired_peek_application_idotpeekapplication_1a40d42ed4c291b49503d8aa782651d3ad>` **(** string companyName, string applicationName, string applicationTitle **)** |
+-------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

Breakdown
----------
Expand All @@ -49,7 +49,7 @@ Breakdown

- :ref:`IStorage<interfacewellfired_peek_viewmodel_datastorage_istorage>` **Storage** **{** get; set; **}**

.. _interfacewellfired_peek_application_idotpeekapplication_1a4bfd85e7285c3ec6892a3b94c7ee010f:
.. _interfacewellfired_peek_application_idotpeekapplication_1a40d42ed4c291b49503d8aa782651d3ad:

- void **Launch** **(** string applicationName, string applicationTitle **)**
- void **Launch** **(** string companyName, string applicationName, string applicationTitle **)**

0 comments on commit 242c228

Please sign in to comment.