I have code uploaded to GIT and I want to use the comments to create a confluence page.
For example, I have a script with utility functions that do various things.
Let’s say I use comments like:
// === START
// FUNCTION NAME: function1
// FUNCTION DESCRIPTION: This function aims to do x and y
// FUNCTION PARAMETER: [table] - a dataframe
// FUNCTION OUTPUT: [boolean] - type of output expected
// FUNCTION AUTHOR: John Doe
// === END
Is there a way to use the above comments and create a confluence with that information ?