From 9e595dd1658e92bd3668c1bb5d36ea603649eb59 Mon Sep 17 00:00:00 2001 From: _ <_> Date: Thu, 26 Apr 2018 22:26:33 -0700 Subject: [PATCH] Fixed minor indenting issue on doc-geo.txt --- docs/doc-geo.txt | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/doc-geo.txt b/docs/doc-geo.txt index 7de2fb6..ac0c758 100644 --- a/docs/doc-geo.txt +++ b/docs/doc-geo.txt @@ -72,12 +72,12 @@ Functions const char*, the buffer containing the whole mesh package. - output: - true on success. + output: + true on success. - false when failing checks against segmentation faults. - If parameter 'struct Batch*' is NULL. - If parameter 'const char*' is NULL. + false when failing checks against segmentation faults. + If parameter 'struct Batch*' is NULL. + If parameter 'const char*' is NULL. bool getmesh(struct Mesh*, unsigned int, @@ -85,23 +85,23 @@ Functions unsigned int); Retrives the i-th Mesh in a buffer. - input: - Pointer to mesh. - Pass by reference of a struct to the function. + input: + Pointer to mesh. + Pass by reference of a struct to the function. - unsigned int, the i-th instance of Mesh in the buffer. + unsigned int, the i-th instance of Mesh in the buffer. - const char*, the buffer containing the whole mesh package. + const char*, the buffer containing the whole mesh package. - output: - true on success. + output: + true on success. - false when failing checks against segmentation faults. - If parameter 'struct Mesh*' is NULL. - If attribute 'b' of parameter 'struct Mesh' is NULL. - if parameter 'const char*' is NULL. - When file size is detected to be too small for a given i-th - Mesh. + false when failing checks against segmentation faults. + If parameter 'struct Mesh*' is NULL. + If attribute 'b' of parameter 'struct Mesh' is NULL. + if parameter 'const char*' is NULL. + When file size is detected to be too small for a given i-th + Mesh. Example logic to interact with all meshes: {