Skip to content

Commit 2edecca

Browse files
committed
Set up LDoc
1 parent 20a6da7 commit 2edecca

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

ScreenManager.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
-- --
2121
--===============================================================================--
2222

23+
---
24+
-- The ScreenManager library is a state manager at heart which allows some nifty
25+
-- things, like stacking multiple screens on top of each other.
26+
-- @module ScreenManager
27+
--
2328
local ScreenManager = {
2429
_VERSION = '2.0.1',
2530
_DESCRIPTION = 'Screen/State Management for the LÖVE framework',

config.ld

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
project = 'ScreenManager'
2+
title = 'ScreenManager - Documentation'
3+
description = [[
4+
Screen/State Management for the LÖVE framework.
5+
]]
6+
file = {
7+
'ScreenManager.lua'
8+
}
9+
dir = '../docs'
10+
boilerplate = true

0 commit comments

Comments
 (0)