Skip to content

Commit

Permalink
neo_doxygen: TMP fix
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Laferrière <[email protected]>
  • Loading branch information
xymus committed Sep 15, 2016
1 parent 966a8a0 commit 45d8a8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions contrib/neo_doxygen/src/model/descriptions.nit
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ class Documentation
fun is_empty: Bool do return content.is_empty

redef fun serialize_to(v) do content.serialize_to v
redef fun accept_json_serializer(v) do content.serialize_to v
end

# A `Jsonable` array of strings.
Expand Down
1 change: 1 addition & 0 deletions contrib/neo_doxygen/src/model/location.nit
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ class Location
end

redef fun serialize_to(v) do to_s.serialize_to v
redef fun accept_json_serializer(v) do to_s.serialize_to v
end

0 comments on commit 45d8a8e

Please sign in to comment.