Skip to content

Commit ad35acc

Browse files
committed
fix formatting in asset loader module interface functions
1 parent ff3f5d1 commit ad35acc

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

source/types/AssetLoaderModuleInterface/loadFontBitmap/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Parameters
3030
- float
3131
- Height of the font, in pt.
3232
* - font
33-
- :doc:`/types/Font/index`&
33+
- :doc:`/types/Font/index`\&
3434
- The font to put the information in.
3535

3636
Returns

source/types/AssetLoaderModuleInterface/loadFontSDF/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Parameters
2727
- const `std::string <https://en.cppreference.com/w/cpp/string/basic_string>`_\&
2828
- Path to the file to load.
2929
* - font
30-
- :doc:`/types/Font/index`&
30+
- :doc:`/types/Font/index`\&
3131
- The font to put the information in.
3232

3333
Returns

source/types/AssetLoaderModuleInterface/loadImage/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Parameters
2727
- const `std::string <https://en.cppreference.com/w/cpp/string/basic_string>`_\&
2828
- Path to the file to load.
2929
* - image
30-
- :doc:`/types/Image/index`&
30+
- :doc:`/types/Image/index`\&
3131
- The image to put the information in.
3232

3333
Returns

source/types/AssetLoaderModuleInterface/loadMaterial/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Parameters
2727
- const `std::string <https://en.cppreference.com/w/cpp/string/basic_string>`_\&
2828
- Path to the file to load.
2929
* - material
30-
- :doc:`/types/Material/index`&
30+
- :doc:`/types/Material/index`\&
3131
- The material to put the information in.
3232

3333
Returns

source/types/AssetLoaderModuleInterface/loadModel/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Parameters
2727
- const `std::string <https://en.cppreference.com/w/cpp/string/basic_string>`_\&
2828
- Path to the file to load.
2929
* - model
30-
- :doc:`/types/Model/index`&
30+
- :doc:`/types/Model/index`\&
3131
- The model to put the information in.
3232

3333
Returns

source/types/AssetLoaderModuleInterface/loadSound/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Parameters
2727
- const `std::string <https://en.cppreference.com/w/cpp/string/basic_string>`_\&
2828
- Path to the file to load.
2929
* - sound
30-
- :doc:`/types/Sound/index`&
30+
- :doc:`/types/Sound/index`\&
3131
- The sound to put the information in.
3232

3333
Returns

0 commit comments

Comments
 (0)