doc: Fix links in the "AwesomeWM widget system" page.
The URLs just changed again.
This commit is contained in:
parent
8038f8124e
commit
bd5e557a60
|
@ -4,11 +4,16 @@
|
||||||
# Ldoc wont parse the HTML content and discount tables are disabled, so here is
|
# Ldoc wont parse the HTML content and discount tables are disabled, so here is
|
||||||
# some raw HTML
|
# some raw HTML
|
||||||
function(add_to_table name namespace group current_table new_table)
|
function(add_to_table name namespace group current_table new_table)
|
||||||
|
set(URI_PATH "${group}")
|
||||||
|
|
||||||
|
if(NOT ${URI_PATH} STREQUAL "widget")
|
||||||
|
set(URI_PATH "widget_${group}")
|
||||||
|
endif()
|
||||||
|
|
||||||
set(${new_table} "${current_table}\n\
|
set(${new_table} "${current_table}\n\
|
||||||
<tr>\n\
|
<tr>\n\
|
||||||
<td>
|
<td>
|
||||||
<a href='../classes/${namespace}${name}.html'>${namespace}${name}</a>
|
<a href='../${URI_PATH}s/${namespace}${name}.html'>${namespace}${name}</a>
|
||||||
</td>\n\
|
</td>\n\
|
||||||
<td><img src='../images/AUTOGEN_wibox_${group}_defaults_${name}.svg' /></td>\n\
|
<td><img src='../images/AUTOGEN_wibox_${group}_defaults_${name}.svg' /></td>\n\
|
||||||
</tr>\n\
|
</tr>\n\
|
||||||
|
|
Loading…
Reference in New Issue